matrix
vecxt.matrix
object 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[A] values, stored as a single contiguous array ._2 is the number of rows ._3 is the number of columns. You can access the raw array with the .raw method which inlines to the tuple call.
Storage is column major.
Attributes
In this article