Interface | Description |
---|---|
DataMatrix |
Data Matrix
|
DataSet |
Data Set
|
MatrixEntry |
An entry of a matrix.
|
TensorEntry |
An entry of a tensor.
|
VectorEntry |
An entry of a vector.
|
Class | Description |
---|---|
DenseMatrix |
Data Structure: dense matrix
|
DenseVector |
Data Structure: dense vector
|
DiagMatrix | |
SparseMatrix |
Data Structure: Sparse Matrix whose implementation is modified from M4J library.
|
SparseStringMatrix |
Data Structure: Sparse Matrix whose implementation is modified from M4J library.
|
SparseTensor |
Data Structure: Sparse Tensor
|
SparseVector |
Data Structure: Sparse Vector whose implementation is modified from M4J
library
|
SymmMatrix |
Copyright © 2017. All Rights Reserved.