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 | Method and Description |
---|---|
SparseColumnMatrix |
SparseMatrixFactoryMTJ.createWrapper(no.uib.cipr.matrix.sparse.FlexCompColMatrix internalMatrix)
Creates a new wrapper for a sparse column MTJ matrix.
|
SparseColumnMatrix |
SparseColumnMatrix.getSubMatrix(int minRow,
int maxRow,
int minColumn,
int maxColumn) |
SparseColumnMatrix |
SparseColumnMatrix.times(AbstractMTJMatrix matrix) |
SparseColumnMatrix |
SparseRowMatrix.transpose() |
Constructor and Description |
---|
SparseColumnMatrix(SparseColumnMatrix matrix)
Copy constructor for SparseColumnMatrix matrices.
|