public interface Householder<N extends Number> extends TransformationMatrix<N,PhysicalStore<N>>, Access1D<N>
Modifier and Type | Interface and Description |
---|---|
static class |
Householder.Big |
static class |
Householder.Complex |
static class |
Householder.Generic<N extends Number & Scalar<N>> |
static class |
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
Modifier and Type | Method and Description |
---|---|
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.
|
default void |
transform(PhysicalStore<N> matrix) |
asCollectable1D, asPrimitive1D, axpy, dot, doubleValue, elements, equals, get, hashCode, iterator, nonzeros, stream, supplyTo, toRawCopy1D, wrap, wrap, wrap, wrapAccess1D, wrapAccess1D, wrapAccess1D
count, loopAll, loopMatching, loopRange, mapper
forEach, spliterator
int first()
default void transform(PhysicalStore<N> matrix)
transform
in interface TransformationMatrix<N extends Number,PhysicalStore<N extends Number>>
Copyright © 2018 Optimatika. All rights reserved.