Package | Description |
---|---|
gov.sandia.cognition.math.matrix |
Provides interfaces and classes for linear algebra.
|
gov.sandia.cognition.math.matrix.mtj |
Provides a linear algebra package implementation wrapper using the Matrix
Toolkits for Java (MTJ) library.
|
Modifier and Type | Field and Description |
---|---|
protected static DiagonalMatrixFactoryMTJ |
MatrixFactory.DEFAULT_DIAGONAL_INSTANCE
The default implementation of a factory that creates a DiagonalMatrix
|
Modifier and Type | Field and Description |
---|---|
static DiagonalMatrixFactoryMTJ |
DiagonalMatrixFactoryMTJ.INSTANCE
Default instance of the class
|