Module ojalgo
Package org.ojalgo.matrix.transformation
Interface Householder<N extends Comparable<N>>
- All Superinterfaces:
Access1D<N>,Structure1D
- All Known Subinterfaces:
HouseholderReference<N>
- All Known Implementing Classes:
Householder.Generic,Householder.Primitive32,Householder.Primitive64,HouseholderColumn,HouseholderRow
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classHouseholder.Generic<N extends Scalar<N>>static final classstatic final classNested classes/interfaces inherited from interface org.ojalgo.structure.Access1D
Access1D.Aggregatable<N extends Comparable<N>>, Access1D.Collectable<N extends Comparable<N>,R extends Mutate1D>, Access1D.ElementView<N extends Comparable<N>>, Access1D.SelectionView<N extends Comparable<N>>, Access1D.Sliceable<N extends Comparable<N>>, Access1D.Visitable<N extends Comparable<N>> Nested classes/interfaces inherited from interface org.ojalgo.structure.Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S extends Structure1D,B extends Structure1D.Logical<S, B>>, Structure1D.LongIndex, Structure1D.LoopCallback -
Method Summary
Modifier and TypeMethodDescriptionintfirst()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.default voidtransform(PhysicalStore<N> matrix) Methods inherited from interface org.ojalgo.structure.Access1D
asCollectable1D, asKeyed1D, asList, axpy, byteValue, byteValue, dot, doubleValue, doubleValue, elements, floatValue, floatValue, get, intValue, intValue, longValue, longValue, nonzeros, select, shortValue, shortValue, supplyTo, toList, toRawCopy1DMethods inherited from interface org.ojalgo.structure.Structure1D
count, size
-
Method Details
-
first
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. -
transform
-