public static final class DecompositionStore.HouseholderReference<N extends Number> extends Object implements Householder<N>
Householder.Big, Householder.Complex, Householder.PrimitiveAccess1D.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, waitdot, iterator, stream, toRawCopy1DforEach, spliteratorpublic long count()
count in interface Structure1Dpublic double doubleValue(long index)
doubleValue in interface Access1D<N extends Number>public int first()
Householderfirst 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()