public abstract class EvD1D extends Object
Constructor and Description |
---|
EvD1D() |
Modifier and Type | Method and Description |
---|---|
static double[][] |
hqr2(double[] mtrxH,
double[] mtrxV,
boolean allTheWay)
hqr2
|
static void |
orthes(double[] mtrxH,
double[] trnspV,
double[] vctrWork) |
public static double[][] hqr2(double[] mtrxH, double[] mtrxV, boolean allTheWay)
public static void orthes(double[] mtrxH, double[] trnspV, double[] vctrWork)
mtrxH
- Array for internal storage of nonsymmetric Hessenberg form.vctrWork
- Temporary work storageCopyright © 2019 Optimatika. All rights reserved.