| Package | Description |
|---|---|
| gov.sandia.cognition.math.matrix |
Provides interfaces and classes for linear algebra.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTwoVectorEntry
Stores an entry for two vectors.
|
| Modifier and Type | Method and Description |
|---|---|
TwoVectorEntry |
VectorUnionIterator.getInternalEntry()
getter for internalEntry
|
TwoVectorEntry |
VectorUnionIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
void |
VectorUnionIterator.setInternalEntry(TwoVectorEntry internalEntry)
setter for internalEntry
|
| Constructor and Description |
|---|
VectorUnionIterator(java.util.Iterator<VectorEntry> firstIterator,
java.util.Iterator<VectorEntry> secondIterator,
TwoVectorEntry internalEntry)
Creates a new instance of VectorUnionIterator
|