public static final class DecompositionStore.HouseholderReference<N extends Number> extends Object implements Householder<N>
Householder.Big, Householder.Complex, Householder.Primitive
Access1D.Aggregatable<N extends Number>, Access1D.Elements, Access1D.IndexOf, Access1D.Sliceable<N extends Number>, Access1D.Visitable<N extends Number>
Modifier and Type | Method and Description |
---|---|
long |
count() |
double |
doubleValue(long index) |
int |
first()
Regardless of what is actually returned by Access1D.doubleValue(long) and/or
Access1D.get(long) vector elements with indeces less than 'first' should be assumed to be, and
treated as if they are, zero.
|
N |
get(long index) |
Householder.Big |
getBigWorker() |
Householder.Complex |
getComplexWorker() |
Householder.Primitive |
getPrimitiveWorker() |
boolean |
isZero() |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
dot, iterator, stream, toRawCopy1D
forEach, spliterator
public long count()
count
in interface Structure1D
public double doubleValue(long index)
doubleValue
in interface Access1D<N extends Number>
public int first()
Householder
first
in interface Householder<N extends Number>
public final Householder.Big getBigWorker()
public final Householder.Complex getComplexWorker()
public final Householder.Primitive getPrimitiveWorker()
public final boolean isZero()