Uses of Class
org.ojalgo.matrix.transformation.Householder.Generic
-
Packages that use Householder.Generic Package Description org.ojalgo.array.operation 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.org.ojalgo.matrix.operation org.ojalgo.matrix.store org.ojalgo.matrix.transformation -
-
Uses of Householder.Generic in org.ojalgo.array.operation
Methods in org.ojalgo.array.operation with parameters of type Householder.Generic Modifier and Type Method Description static <N extends Scalar<N>>
booleanGenerateApplyAndCopyHouseholderColumn. invoke(N[] data, int structure, int row, int col, Householder.Generic<N> destination, Scalar.Factory<N> scalar)
static <N extends Scalar<N>>
booleanGenerateApplyAndCopyHouseholderRow. invoke(N[] data, int structure, int row, int col, Householder.Generic<N> destination, Scalar.Factory<N> scalar)
static <N extends Scalar<N>>
voidHouseholderHermitian. invoke(N[] data, Householder.Generic<N> householder, N[] worker, Scalar.Factory<N> scalar)
-
Uses of Householder.Generic in org.ojalgo.matrix.operation
Methods in org.ojalgo.matrix.operation with parameters of type Householder.Generic Modifier and Type Method Description static <N extends Scalar<N>>
voidHouseholderLeft. call(N[] data, int structure, int first, Householder.Generic<N> householder, Scalar.Factory<N> scalar)
static <N extends Scalar<N>>
voidHouseholderRight. call(N[] data, int structure, int first, Householder.Generic<N> householder, Scalar.Factory<N> scalar)
(package private) static <N extends Scalar<N>>
voidHouseholderLeft. invoke(N[] data, int structure, int first, int limit, Householder.Generic<N> householder, Scalar.Factory<N> scalar)
private static <N extends Scalar<N>>
voidHouseholderRight. invoke(N[] data, int structure, int first, int limit, int numberOfColumns, Householder.Generic<N> householder, Scalar.Factory<N> scalar)
-
Uses of Householder.Generic in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return Householder.Generic Modifier and Type Method Description private Householder.Generic<N>
GenericStore. cast(Householder<N> transformation)
Householder.Generic<N>
GenericStore.Factory. makeHouseholder(int length)
-
Uses of Householder.Generic in org.ojalgo.matrix.transformation
Methods in org.ojalgo.matrix.transformation that return Householder.Generic 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)
-