public abstract class EvD2D extends Object
Constructor and Description |
---|
EvD2D() |
Modifier and Type | Method and Description |
---|---|
static void |
hqr2(double[][] mtrxH,
double[] d,
double[] e,
double[][] trnspV) |
static void |
orthes(double[][] mtrxH,
double[][] trnspV,
double[] vctrWork) |
public static void hqr2(double[][] mtrxH, double[] d, double[] e, double[][] trnspV)
mtrxH
- Array for internal storage of nonsymmetric Hessenberg form.d
- TODOe
- TODOtrnspV
- TODOpublic 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.