Modifier and Type | Field and Description |
---|---|
protected int |
length |
Constructor and Description |
---|
VectorIterator(int length) |
Modifier and Type | Method and Description |
---|---|
protected org.la4j.iterator.CursorIterator |
andAlso(org.la4j.iterator.CursorIterator those,
org.la4j.iterator.JoinFunction function) |
VectorIterator |
andAlsoDivide(VectorIterator those) |
VectorIterator |
andAlsoMultiply(VectorIterator those) |
protected int |
cursor() |
abstract double |
get() |
abstract int |
index()
Returns an index of the current cell.
|
double |
innerProduct(VectorIterator those) |
protected org.la4j.iterator.CursorIterator |
orElse(org.la4j.iterator.CursorIterator those,
org.la4j.iterator.JoinFunction function) |
VectorIterator |
orElseAdd(VectorIterator those) |
VectorIterator |
orElseSubtract(VectorIterator those) |
void |
remove() |
abstract void |
set(double value) |
public abstract int index()
public VectorIterator orElseAdd(VectorIterator those)
public VectorIterator orElseSubtract(VectorIterator those)
public VectorIterator andAlsoMultiply(VectorIterator those)
public VectorIterator andAlsoDivide(VectorIterator those)
public double innerProduct(VectorIterator those)
protected int cursor()
public abstract double get()
public abstract void set(double value)
protected org.la4j.iterator.CursorIterator orElse(org.la4j.iterator.CursorIterator those, org.la4j.iterator.JoinFunction function)
protected org.la4j.iterator.CursorIterator andAlso(org.la4j.iterator.CursorIterator those, org.la4j.iterator.JoinFunction function)
Copyright © 2015. All rights reserved.