- Companion:
- class
Type members
Classlikes
Value members
Concrete methods
Creates a new DenseMatrix using the provided array (not making a copy!). In generic contexts, prefer to
use this (or the other create methd) instead of new DenseMatrix[V](rows, cols, data), which in general
won't give specialized implementations.
Creates a new DenseMatrix using the provided array (not making a copy!). In generic contexts, prefer to
use this (or the other create methd) instead of new DenseMatrix[V](rows, cols, data), which in general
won't give specialized implementations.
Creates a new DenseMatrix using the provided array (not making a copy!). In generic contexts, prefer to
use this (or the other create methd) instead of new DenseMatrix[V](rows, cols, data), which in general
won't give specialized implementations.
Creates a new DenseMatrix using the provided array (not making a copy!). In generic contexts, prefer to
use this (or the other create methd) instead of new DenseMatrix[V](rows, cols, data), which in general
won't give specialized implementations.
Creates a square diagonal array of size dim x dim, with 1's along the diagonal.
Creates a square diagonal array of size dim x dim, with 1's along the diagonal.
Horizontally tiles some matrices. They must have the same number of rows
Horizontally tiles some matrices. They must have the same number of rows
Creates a matrix of all ones.
Creates a matrix of all ones.
- Definition Classes
Vertically tiles some matrices. They must have the same number of columns
Vertically tiles some matrices. They must have the same number of columns
Inherited methods
Static constructor for a literal matrix.
Static constructor for a literal matrix.
- Inherited from:
- MatrixConstructors
- Inherited from:
- MatrixConstructors