public final class HouseholderHermitian extends MatrixOperation
Modifier and Type | Field and Description |
---|---|
static HouseholderHermitian |
SETUP |
Modifier and Type | Method and Description |
---|---|
static void |
invoke(double[] data,
Householder.Primitive householder,
double[] worker) |
static <N extends Number & Scalar<N>> |
invoke(N[] data,
Householder.Generic<N> householder,
N[] worker,
Scalar.Factory<N> scalar) |
int |
threshold() |
static void |
tred2j(double[] data,
double[] d,
double[] e,
boolean yesvecs)
Ursprung JAMA men refactored till ojAlgos egna strukturer
|
static void |
tred2nr(double[] data,
double[] d,
double[] e,
boolean yesvecs)
Ursprung Numerical Recipies.
|
setAllOperationThresholds, setThresholdsMaxValue, setThresholdsMinValue, workers
public static final HouseholderHermitian SETUP
public static void invoke(double[] data, Householder.Primitive householder, double[] worker)
public static <N extends Number & Scalar<N>> void invoke(N[] data, Householder.Generic<N> householder, N[] worker, Scalar.Factory<N> scalar)
public static void tred2j(double[] data, double[] d, double[] e, boolean yesvecs)
public static void tred2nr(double[] data, double[] d, double[] e, boolean yesvecs)
public int threshold()
threshold
in class MatrixOperation
Copyright © 2019 Optimatika. All rights reserved.