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 SparseVectorFactory<? extends Vector> |
VectorFactory.DEFAULT_SPARSE_INSTANCE
The default SparseVectorFactory instance.
|
Modifier and Type | Method and Description |
---|---|
static SparseVectorFactory<? extends Vector> |
SparseVectorFactory.getDefault()
Gets the default instance.
|
static SparseVectorFactory<? extends Vector> |
VectorFactory.getSparseDefault()
Gets the default implementation of the
SparseVectorFactory . |
Modifier and Type | Class and Description |
---|---|
class |
SparseVectorFactoryMTJ
Factory for MTJ's SparseVector
|
Modifier and Type | Method and Description |
---|---|
SparseVectorFactory<?> |
SparseVector.getVectorFactory() |