Uses of Interface
org.ojalgo.matrix.transformation.Householder
-
Packages that use Householder Package Description org.ojalgo.matrix.decomposition org.ojalgo.matrix.store org.ojalgo.matrix.transformation -
-
Uses of Householder in org.ojalgo.matrix.decomposition
Methods in org.ojalgo.matrix.decomposition that return Householder Modifier and Type Method Description (package private) Householder<N>AbstractDecomposition. makeHouseholder(int dimension)Methods in org.ojalgo.matrix.decomposition with parameters of type Householder Modifier and Type Method Description booleanDecompositionStore. generateApplyAndCopyHouseholderColumn(int row, int column, Householder<N> destination)booleanDecompositionStore. generateApplyAndCopyHouseholderRow(int row, int column, Householder<N> destination)voidDecompositionStore. transformSymmetric(Householder<N> transformation) -
Uses of Householder in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return Householder Modifier and Type Method Description Householder<N>PhysicalStore.Factory. makeHouseholder(int length)Householder<java.lang.Double>PrimitiveFactory. makeHouseholder(int length)Methods in org.ojalgo.matrix.store with parameters of type Householder Modifier and Type Method Description private Householder.Generic<N>GenericStore. cast(Householder<N> transformation)(package private) static Householder.Primitive32R032Store. cast(Householder<java.lang.Double> transformation)(package private) static Householder.Primitive64R064Store. cast(Householder<java.lang.Double> transformation)booleanGenericStore. generateApplyAndCopyHouseholderColumn(int row, int column, Householder<N> destination)booleanR064Store. generateApplyAndCopyHouseholderColumn(int row, int column, Householder<java.lang.Double> destination)booleanGenericStore. generateApplyAndCopyHouseholderRow(int row, int column, Householder<N> destination)booleanR064Store. generateApplyAndCopyHouseholderRow(int row, int column, Householder<java.lang.Double> destination)voidGenericStore. transformLeft(Householder<N> transformation, int firstColumn)voidPhysicalStore. transformLeft(Householder<N> transformation, int firstColumn)voidR032Store. transformLeft(Householder<java.lang.Double> transformation, int firstColumn)voidR064Store. transformLeft(Householder<java.lang.Double> transformation, int firstColumn)voidRawStore. transformLeft(Householder<java.lang.Double> transformation, int firstColumn)voidGenericStore. transformRight(Householder<N> transformation, int firstRow)voidPhysicalStore. transformRight(Householder<N> transformation, int firstRow)voidR032Store. transformRight(Householder<java.lang.Double> transformation, int firstRow)voidR064Store. transformRight(Householder<java.lang.Double> transformation, int firstRow)voidRawStore. transformRight(Householder<java.lang.Double> transformation, int firstRow)voidGenericStore. transformSymmetric(Householder<N> transformation)voidR064Store. transformSymmetric(Householder<java.lang.Double> transformation) -
Uses of Householder in org.ojalgo.matrix.transformation
Subinterfaces of Householder in org.ojalgo.matrix.transformation Modifier and Type Interface Description interfaceHouseholderReference<N extends java.lang.Comparable<N>>Classes in org.ojalgo.matrix.transformation that implement Householder Modifier and Type Class Description static classHouseholder.Generic<N extends Scalar<N>>static classHouseholder.Primitive32static classHouseholder.Primitive64(package private) classHouseholderColumn<N extends java.lang.Comparable<N>>(package private) classHouseholderRow<N extends java.lang.Comparable<N>>Fields in org.ojalgo.matrix.transformation declared as Householder Modifier and Type Field Description private Householder<N>HouseholderColumn. myWorkerprivate Householder<N>HouseholderRow. myWorkerMethods in org.ojalgo.matrix.transformation with type parameters of type Householder Modifier and Type Method Description <P extends Householder<N>>
PHouseholderColumn. getWorker(PhysicalStore.Factory<N,?> factory)<P extends Householder<N>>
PHouseholderReference. getWorker(PhysicalStore.Factory<N,?> factory)<P extends Householder<N>>
PHouseholderRow. getWorker(PhysicalStore.Factory<N,?> factory)Methods in org.ojalgo.matrix.transformation with parameters of type Householder Modifier and Type Method Description Householder.Generic<N>Householder.Generic. copy(Householder<N> source)Householder.Generic<N>Householder.Generic. copy(Householder<N> source, N precalculatedBeta)Householder.Primitive32Householder.Primitive32. copy(Householder<java.lang.Double> source)Householder.Primitive32Householder.Primitive32. copy(Householder<java.lang.Double> source, float precalculatedBeta)Householder.Primitive64Householder.Primitive64. copy(Householder<java.lang.Double> source)Householder.Primitive64Householder.Primitive64. copy(Householder<java.lang.Double> source, double precalculatedBeta)Constructors in org.ojalgo.matrix.transformation with parameters of type Householder Constructor Description Generic(Scalar.Factory<N> factory, Householder<N> aTransf)Primitive32(Householder<java.lang.Double> aTransf)Primitive64(Householder<java.lang.Double> aTransf)
-