Package org.ojalgo.matrix.transformation
Interface HouseholderReference<N extends Comparable<N>>
- All Superinterfaces:
Access1D<N>
,Householder<N>
,Structure1D
- All Known Implementing Classes:
HouseholderColumn
,HouseholderRow
-
Nested Class Summary
Nested 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.matrix.transformation.Householder
Householder.Generic<N extends Scalar<N>>, Householder.Primitive32, Householder.Primitive64
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 TypeMethodDescription<P extends Householder<N>>
PgetWorker
(PhysicalStore.Factory<N, ?> factory) boolean
isZero()
static <N extends Comparable<N>>
HouseholderReference<N> make
(MatrixStore<N> matrix, boolean column) static <N extends Comparable<N>>
HouseholderReference<N> makeColumn
(MatrixStore<N> matrix) static <N extends Comparable<N>>
HouseholderReference<N> makeRow
(MatrixStore<N> matrix) void
point
(long row, long col) Methods inherited from interface org.ojalgo.structure.Access1D
asCollectable1D, asKeyed1D, axpy, byteValue, byteValue, dot, doubleValue, doubleValue, elements, floatValue, floatValue, get, intValue, intValue, longValue, longValue, nonzeros, select, shortValue, shortValue, supplyTo, toRawCopy1D
Methods inherited from interface org.ojalgo.matrix.transformation.Householder
first, transform
Methods inherited from interface org.ojalgo.structure.Structure1D
count, size
-
Method Details
-
make
static <N extends Comparable<N>> HouseholderReference<N> make(MatrixStore<N> matrix, boolean column) -
makeColumn
-
makeRow
-
getWorker
-
isZero
boolean isZero() -
point
void point(long row, long col)
-