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 | Method and Description |
---|---|
protected VectorReader |
MatrixReader.getInternalReader()
Getter for internalReader
|
Modifier and Type | Method and Description |
---|---|
protected void |
MatrixReader.setInternalReader(VectorReader internalReader)
Setter for internalReader
|
Constructor and Description |
---|
DenseVector(VectorReader reader)
Creates a new instance of DenseVector
|