matrix
vecxt.matrix
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
matrix.type
Members list
Type members
Types
This is a matrix
This is a matrix
._1 is the matrix values, stored as a single contiguous array ._2 is the dimensions ._2._1 is the number of rows ._2._2 is the number of columns
Attributes
Extensions
Extensions
extension (m: Matrix)
element retrieval
element retrieval
Attributes
element update
element update
Attributes
In this article