Uses of Interface
org.ojalgo.matrix.transformation.Householder
Packages that use Householder
Package
Description
-
Uses of Householder in org.ojalgo.matrix.decomposition
Methods in org.ojalgo.matrix.decomposition with parameters of type HouseholderModifier and TypeMethodDescriptionbooleanDecompositionStore.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 HouseholderModifier and TypeMethodDescriptionPhysicalStore.Factory.makeHouseholder(int length) PrimitiveFactory.makeHouseholder(int length) Methods in org.ojalgo.matrix.store with parameters of type HouseholderModifier and TypeMethodDescriptionbooleanGenericStore.generateApplyAndCopyHouseholderColumn(int row, int column, Householder<N> destination) booleanR064Store.generateApplyAndCopyHouseholderColumn(int row, int column, Householder<Double> destination) booleanGenericStore.generateApplyAndCopyHouseholderRow(int row, int column, Householder<N> destination) booleanR064Store.generateApplyAndCopyHouseholderRow(int row, int column, Householder<Double> destination) voidGenericStore.transformLeft(Householder<N> transformation, int firstColumn) voidPhysicalStore.transformLeft(Householder<N> transformation, int firstColumn) voidR032Store.transformLeft(Householder<Double> transformation, int firstColumn) voidR064Store.transformLeft(Householder<Double> transformation, int firstColumn) voidRawStore.transformLeft(Householder<Double> transformation, int firstColumn) voidGenericStore.transformRight(Householder<N> transformation, int firstRow) voidPhysicalStore.transformRight(Householder<N> transformation, int firstRow) voidR032Store.transformRight(Householder<Double> transformation, int firstRow) voidR064Store.transformRight(Householder<Double> transformation, int firstRow) voidRawStore.transformRight(Householder<Double> transformation, int firstRow) voidGenericStore.transformSymmetric(Householder<N> transformation) voidR064Store.transformSymmetric(Householder<Double> transformation) -
Uses of Householder in org.ojalgo.matrix.transformation
Subinterfaces of Householder in org.ojalgo.matrix.transformationClasses in org.ojalgo.matrix.transformation that implement HouseholderModifier and TypeClassDescriptionstatic final classHouseholder.Generic<N extends Scalar<N>>static final classstatic final classMethods in org.ojalgo.matrix.transformation with type parameters of type HouseholderModifier and TypeMethodDescription<P extends Householder<N>>
PHouseholderReference.getWorker(PhysicalStore.Factory<N, ?> factory) Methods in org.ojalgo.matrix.transformation with parameters of type HouseholderModifier and TypeMethodDescriptionHouseholder.Generic.copy(Householder<N> source) Householder.Generic.copy(Householder<N> source, N precalculatedBeta) Householder.Primitive32.copy(Householder<Double> source) Householder.Primitive32.copy(Householder<Double> source, float precalculatedBeta) Householder.Primitive64.copy(Householder<Double> source) Householder.Primitive64.copy(Householder<Double> source, double precalculatedBeta) Constructors in org.ojalgo.matrix.transformation with parameters of type HouseholderModifierConstructorDescriptionGeneric(Scalar.Factory<N> factory, Householder<N> aTransf) Primitive32(Householder<Double> aTransf) Primitive64(Householder<Double> aTransf)