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 |
---|---|
EntryIndexComparator.Compare |
EntryIndexComparator.lowestIndex(EntryType firstEntry,
EntryType secondEntry)
Determines which iterator has the lowest index
|
EntryIndexComparator.Compare |
VectorEntryIndexComparator.lowestIndex(VectorEntry firstEntry,
VectorEntry secondEntry)
Determines which iterator has the lowest index
|
static EntryIndexComparator.Compare |
EntryIndexComparator.Compare.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntryIndexComparator.Compare[] |
EntryIndexComparator.Compare.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EntryIndexComparator.Compare |
MatrixEntryIndexComparatorMTJ.lowestIndex(MatrixEntry firstEntry,
MatrixEntry secondEntry)
Determines which iterator has the lowest index
|