Interface | Description |
---|---|
Matrix |
Trait for a local matrix.
|
Vector |
Represents a numeric vector, whose index type is Int and value type is Double.
|
Class | Description |
---|---|
DenseMatrix |
Column-majored dense matrix.
|
DenseVector |
A dense vector represented by a value array.
|
Matrices |
Factory methods for
Matrix . |
SingularValueDecomposition<UType,VType> |
:: Experimental ::
Represents singular value decomposition (SVD) factors.
|
SparseVector |
A sparse vector represented by an index array and an value array.
|
Vectors |