Uses of Class
org.ojalgo.matrix.transformation.Householder.Primitive64
Packages that use Householder.Primitive64
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.Primitive64 in org.ojalgo.array.operation
Methods in org.ojalgo.array.operation with parameters of type Householder.Primitive64Modifier and TypeMethodDescriptionstatic boolean
GenerateApplyAndCopyHouseholderColumn.invoke
(double[] data, int structure, int row, int col, Householder.Primitive64 destination) static boolean
GenerateApplyAndCopyHouseholderRow.invoke
(double[] data, int structure, int row, int col, Householder.Primitive64 destination) static void
HouseholderHermitian.invoke
(double[] data, Householder.Primitive64 householder, double[] worker) -
Uses of Householder.Primitive64 in org.ojalgo.matrix.operation
Methods in org.ojalgo.matrix.operation with parameters of type Householder.Primitive64Modifier and TypeMethodDescriptionstatic void
HouseholderLeft.call
(double[][] data, int structure, int first, Householder.Primitive64 householder) static void
HouseholderLeft.call
(double[] data, int structure, int first, Householder.Primitive64 householder) static void
HouseholderRight.call
(double[] data, int structure, int first, Householder.Primitive64 householder, double[] work) private static void
HouseholderRight.invoke
(double[] data, int structure, int first, int limit, int numberOfColumns, Householder.Primitive64 householder, double[] work) private static void
HouseholderRight.invoke2new
(double[] data, int structure, int first, int limit, int numberOfColumns, Householder.Primitive64 householder) private static void
HouseholderRight.invoke2old
(double[] data, int structure, int first, int limit, int numberOfColumns, Householder.Primitive64 householder) -
Uses of Householder.Primitive64 in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return Householder.Primitive64Modifier and TypeMethodDescription(package private) static Householder.Primitive64
R064Store.cast
(Householder<Double> transformation) -
Uses of Householder.Primitive64 in org.ojalgo.matrix.transformation
Methods in org.ojalgo.matrix.transformation that return Householder.Primitive64Modifier and TypeMethodDescriptionHouseholder.Primitive64.copy
(Householder<Double> source) Householder.Primitive64.copy
(Householder<Double> source, double precalculatedBeta)