public final class HouseholderHermitian extends Object implements ArrayOperation
Constructor and Description |
---|
HouseholderHermitian() |
Modifier and Type | Method and Description |
---|---|
static void |
invoke(double[] data,
Householder.Primitive64 householder,
double[] worker) |
static <N extends 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setAllOperationThresholds, setThresholdsMaxValue, setThresholdsMinValue
public static void invoke(double[] data, Householder.Primitive64 householder, double[] worker)
public static <N extends 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 interface ArrayOperation
Copyright © 2019 Optimatika. All rights reserved.