org.ojalgo.matrix.transformation
Interface Householder<N extends Number>

All Superinterfaces:
Access1D<N>
All Known Implementing Classes:
DecompositionStore.HouseholderReference, Householder.Big, Householder.Complex, Householder.Primitive

public interface Householder<N extends Number>
extends Access1D<N>


Nested Class Summary
static class Householder.Big
           
static class Householder.Complex
           
static class Householder.Primitive
           
 
Method Summary
 double doubleValue(int anInd)
           
 int first()
          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.
 N get(int anInd)
           
 int size()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

first

int first()
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.


doubleValue

double doubleValue(int anInd)

get

N get(int anInd)

size

int size()
Returns:
The total number of elements contained in this structure