Uses of Class
org.ojalgo.matrix.transformation.Householder.Primitive32
Packages that use Householder.Primitive32
Package
Description
Everythinng in this package should be considered library-private – it should only be used by other parts of
ojAlgo! Code in this package is often refactored (api-breaking) without even a notice in the changelog.
-
Uses of Householder.Primitive32 in org.ojalgo.array.operation
Methods in org.ojalgo.array.operation with parameters of type Householder.Primitive32Modifier and TypeMethodDescriptionstatic boolean
GenerateApplyAndCopyHouseholderColumn.invoke
(float[] data, int structure, int row, int col, Householder.Primitive32 destination) static boolean
GenerateApplyAndCopyHouseholderRow.invoke
(float[] data, int structure, int row, int col, Householder.Primitive32 destination) -
Uses of Householder.Primitive32 in org.ojalgo.matrix.operation
Methods in org.ojalgo.matrix.operation with parameters of type Householder.Primitive32Modifier and TypeMethodDescriptionstatic void
HouseholderLeft.call
(float[] data, int structure, int first, Householder.Primitive32 householder) static void
HouseholderRight.call
(float[] data, int structure, int first, Householder.Primitive32 householder, float[] work) (package private) static void
HouseholderLeft.invoke
(float[] data, int structure, int first, int limit, Householder.Primitive32 householder) private static void
HouseholderRight.invoke
(float[] data, int structure, int first, int limit, int numberOfColumns, Householder.Primitive32 householder, float[] work) -
Uses of Householder.Primitive32 in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return Householder.Primitive32Modifier and TypeMethodDescription(package private) static Householder.Primitive32
R032Store.cast
(Householder<Double> transformation) -
Uses of Householder.Primitive32 in org.ojalgo.matrix.transformation
Methods in org.ojalgo.matrix.transformation that return Householder.Primitive32Modifier and TypeMethodDescriptionHouseholder.Primitive32.copy
(Householder<Double> source) Householder.Primitive32.copy
(Householder<Double> source, float precalculatedBeta)