org.ojalgo.matrix.transformation
Class Householder.Primitive
java.lang.Object
org.ojalgo.matrix.transformation.Householder.Primitive
- All Implemented Interfaces:
- Access1D<Double>, Householder<Double>
- Enclosing interface:
- Householder<N extends Number>
public static final class Householder.Primitive
- extends Object
- implements Householder<Double>
beta
public double beta
first
public int first
vector
public final double[] vector
Householder.Primitive
public Householder.Primitive(Householder<Double> aTransf)
Householder.Primitive
public Householder.Primitive(int aDim)
copy
public final Householder.Primitive copy(Householder<Double> aSource)
doubleValue
public double doubleValue(int anInd)
first
public int first()
- Description copied from interface:
Householder
- Regardless of what is actually returned by doubleValue(int)
and/or get(int) vector elements with indeces less than
'first' should be assumed to be, and treated as if they are, zero.
- Specified by:
first in interface Householder<Double>
get
public Double get(int anInd)
iterator
public final Iterator<Double> iterator()
size
public int size()
- Returns:
- The total number of elements contained in this structure
toString
public String toString()
- Overrides:
toString in class Object