Package | Description |
---|---|
org.la4j | |
org.la4j.iterator | |
org.la4j.matrix | |
org.la4j.matrix.sparse | |
org.la4j.vector | |
org.la4j.vector.sparse |
Modifier and Type | Method and Description |
---|---|
VectorIterator |
Vector.iterator()
Returns a vector iterator.
|
VectorIterator |
Matrix.iteratorOfColumn(int j)
Returns a vector iterator of the given column {code j}.
|
VectorIterator |
Matrix.iteratorOfRow(int i)
Returns a vector iterator of the given row {code i}.
|
Modifier and Type | Method and Description |
---|---|
VectorIterator |
VectorIterator.andAlsoDivide(VectorIterator those) |
VectorIterator |
VectorIterator.andAlsoMultiply(VectorIterator those) |
VectorIterator |
VectorIterator.orElseAdd(VectorIterator those) |
VectorIterator |
VectorIterator.orElseSubtract(VectorIterator those) |
Modifier and Type | Method and Description |
---|---|
VectorIterator |
VectorIterator.andAlsoDivide(VectorIterator those) |
VectorIterator |
VectorIterator.andAlsoMultiply(VectorIterator those) |
double |
VectorIterator.innerProduct(VectorIterator those) |
VectorIterator |
VectorIterator.orElseAdd(VectorIterator those) |
VectorIterator |
VectorIterator.orElseSubtract(VectorIterator those) |
Modifier and Type | Method and Description |
---|---|
VectorIterator |
SparseMatrix.nonZeroIteratorOfColumn(int j)
Returns a non-zero vector iterator of the given column
j . |
VectorIterator |
SparseMatrix.nonZeroIteratorOfRow(int i)
Returns a non-zero vector iterator of the given row
i . |
Modifier and Type | Method and Description |
---|---|
VectorIterator |
CCSMatrix.iteratorOfColumn(int j) |
VectorIterator |
CRSMatrix.iteratorOfRow(int i) |
VectorIterator |
CCSMatrix.nonZeroIteratorOfColumn(int j) |
VectorIterator |
CRSMatrix.nonZeroIteratorOfRow(int i) |
Modifier and Type | Method and Description |
---|---|
abstract VectorIterator |
SparseVector.nonZeroIterator()
Returns a non-zero vector iterator.
|
Modifier and Type | Method and Description |
---|---|
VectorIterator |
CompressedVector.iterator() |
VectorIterator |
CompressedVector.nonZeroIterator() |
Copyright © 2015. All rights reserved.