vecxt.matrix.Matrix
See theMatrix companion object
This is a matrix. The constructor is private to ensure that you deliberately opt in or out of the bounds check.
Type parameters
- A
-
The type of elements in the matrix, specialized for Double, Boolean
Value parameters
- colStride
-
The stride for columns, used for efficient access.
- cols
-
The number of columns in the matrix.
- offset
-
The offset in the raw array where the matrix data starts.
- raw
-
The underlying array that holds the matrix data.
- rowStride
-
The stride for rows, used for efficient access.
- rows
-
The number of rows in the matrix.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article