org.ojalgo.matrix.decomposition
Interface DecompositionStore.Factory<N extends Number>

All Superinterfaces:
PhysicalStore.Factory<N>, Serializable
Enclosing interface:
DecompositionStore<N extends Number>

public static interface DecompositionStore.Factory<N extends Number>
extends PhysicalStore.Factory<N>


Method Summary
 Householder<N> makeHouseholderWorker(int aLength)
           
 Rotation<N> makeRotation(int aLow, int aHigh, double aCos, double aSin)
           
 Rotation<N> makeRotation(int aLow, int aHigh, N aCos, N aSin)
           
 ArrayAccess<N> makeSimpleArrayWorker(int aLength)
           
 
Methods inherited from interface org.ojalgo.matrix.store.PhysicalStore.Factory
conjugate, copy, copy, getAggregatorCollection, getFunctionSet, getNumber, getNumber, getStaticOne, getStaticZero, makeColumn, makeColumn, makeColumn, makeColumn, makeEye, makeZero, toScalar, toScalar, transpose
 

Method Detail

makeHouseholderWorker

Householder<N> makeHouseholderWorker(int aLength)

makeRotation

Rotation<N> makeRotation(int aLow,
                         int aHigh,
                         double aCos,
                         double aSin)

makeRotation

Rotation<N> makeRotation(int aLow,
                         int aHigh,
                         N aCos,
                         N aSin)

makeSimpleArrayWorker

ArrayAccess<N> makeSimpleArrayWorker(int aLength)