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 |
---|---|
TwoMatrixEntry |
MatrixUnionIterator.getInternalEntry()
getter for internalEntry
|
TwoMatrixEntry |
MatrixUnionIterator.next() |
Modifier and Type | Method and Description |
---|---|
void |
MatrixUnionIterator.setInternalEntry(TwoMatrixEntry internalEntry)
setter for internalEntry
|
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 |
TwoMatrixEntryMTJ
Stores an entry for two matrices typically used by iterators that do
union and intersection operations.
|