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 | Class and Description |
---|---|
class |
VectorEntryIndexComparator
An index comparator for VectorEntry objects.
|
Modifier and Type | Method and Description |
---|---|
EntryIndexComparator<MatrixEntry> |
MatrixUnionIterator.getIndexComparator()
Gets the index comparator.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MatrixUnionIterator.setIndexComparator(EntryIndexComparator<MatrixEntry> indexComparator)
Sets the index comparator.
|
Constructor and Description |
---|
MatrixUnionIterator(java.util.Iterator<MatrixEntry> firstIterator,
java.util.Iterator<MatrixEntry> secondIterator,
TwoMatrixEntry internalEntry,
EntryIndexComparator<MatrixEntry> indexComparator)
Creates a new instance of MatrixUnionIterator
|
Modifier and Type | Class and Description |
---|---|
class |
MatrixEntryIndexComparatorMTJ
An index comparator for MTJ matrices.
|