public final class FBEigenIterator extends Object implements Iterator<DoubleObjectPair<ch.akuhn.matrix.Vector>>
| Constructor and Description |
|---|
FBEigenIterator(ch.akuhn.matrix.eigenvalues.Eigenvalues evd) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
DoubleObjectPair<ch.akuhn.matrix.Vector> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic FBEigenIterator(ch.akuhn.matrix.eigenvalues.Eigenvalues evd)
evd - public void remove()
remove in interface Iterator<DoubleObjectPair<ch.akuhn.matrix.Vector>>public DoubleObjectPair<ch.akuhn.matrix.Vector> next()
next in interface Iterator<DoubleObjectPair<ch.akuhn.matrix.Vector>>public boolean hasNext()
hasNext in interface Iterator<DoubleObjectPair<ch.akuhn.matrix.Vector>>