| Package | Description |
|---|---|
| gov.sandia.cognition.math.matrix.mtj |
Provides a linear algebra package implementation wrapper using the Matrix
Toolkits for Java (MTJ) library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SparseMatrix
A sparse matrix, represented as a collection of sparse row vectors.
|
| Modifier and Type | Method and Description |
|---|---|
SparseRowMatrix |
SparseMatrixFactoryMTJ.createWrapper(no.uib.cipr.matrix.sparse.FlexCompRowMatrix internalMatrix)
Creates a new wrapper for a sparse row MTJ matrix.
|
SparseRowMatrix |
SparseRowMatrix.getSubMatrix(int minRow,
int maxRow,
int minColumn,
int maxColumn) |
SparseRowMatrix |
SparseVector.outerProduct(AbstractMTJVector other) |
SparseRowMatrix |
SparseRowMatrix.times(AbstractMTJMatrix matrix) |
SparseRowMatrix |
SparseColumnMatrix.transpose() |
| Constructor and Description |
|---|
SparseRowMatrix(SparseRowMatrix matrix)
Copy constructor for SparseRowMatrix matrices
|