public static final class Householder.Primitive extends Object implements Householder<Double>
Householder.Big, Householder.Complex, Householder.Generic<N extends Number & Scalar<N>>, Householder.Primitive
TransformationMatrix.Transformable<N extends Number>
Access1D.Aggregatable<N extends Number>, Access1D.Collectable<N extends Number,R extends Mutate1D.Receiver<N>>, Access1D.Elements, Access1D.ElementView<N extends Number>, Access1D.IndexOf, Access1D.Sliceable<N extends Number>, Access1D.Visitable<N extends Number>
Structure1D.BasicMapper<T>, Structure1D.IndexCallback, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.LongIndex, Structure1D.LoopCallback
Constructor and Description |
---|
Primitive(Householder<Double> aTransf) |
Primitive(int aDim) |
Modifier and Type | Method and Description |
---|---|
Householder.Primitive |
copy(Householder<Double> source) |
Householder.Primitive |
copy(Householder<Double> source,
double precalculatedBeta) |
long |
count() |
double |
doubleValue(long anInd) |
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.
|
Double |
get(long index) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
transform
asCollectable1D, asPrimitive1D, axpy, dot, elements, equals, hashCode, iterator, nonzeros, stream, supplyTo, toRawCopy1D, wrap, wrap, wrap, wrapAccess1D, wrapAccess1D, wrapAccess1D
loopAll, loopMatching, loopRange, mapper
forEach, spliterator
public Primitive(Householder<Double> aTransf)
public Primitive(int aDim)
public final Householder.Primitive copy(Householder<Double> source)
public final Householder.Primitive copy(Householder<Double> source, double precalculatedBeta)
public long count()
count
in interface Structure1D
public double doubleValue(long anInd)
doubleValue
in interface Access1D<Double>
public int first()
Householder
first
in interface Householder<Double>
Copyright © 2018 Optimatika. All rights reserved.