- java.lang.Object
-
- org.ojalgo.matrix.decomposition.EvD1D
-
public abstract class EvD1D extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EvD1D()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double[][]hqr2(double[] mtrxH, double[] mtrxV, boolean allTheWay)hqr2static voidorthes(double[] mtrxH, double[] trnspV, double[] vctrWork)
-
-
-
Method Detail
-
hqr2
public static double[][] hqr2(double[] mtrxH, double[] mtrxV, boolean allTheWay)hqr2
-
orthes
public static void orthes(double[] mtrxH, double[] trnspV, double[] vctrWork)- Parameters:
mtrxH- Array for internal storage of nonsymmetric Hessenberg form.vctrWork- Temporary work storage
-
-