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 Access1D
Access1D.Aggregatable<N>, Access1D.Collectable<N,R>, Access1D.ElementView<N>, Access1D.SelectionView<N>, Access1D.Sliceable<N>, Access1D.Visitable<N> Nested classes/interfaces inherited from interface Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, 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 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 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
-