Class LinearEquations3
java.lang.Object
gov.nih.mipav.model.structures.jama.LinearEquations3
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) GeneralizedEigenvalue(package private) GeneralizedInverse2private int[](package private) LinearEquationsprivate ViewUserInterface -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ge
-
gi
-
le
-
UI
-
iparms
private int[] iparms
-
-
Constructor Details
-
LinearEquations3
public LinearEquations3()Creates a new LinearEquations3 object.
-
-
Method Details
-
dpbsv
public void dpbsv(char uplo, int n, int kd, int nrhs, double[][] AB, int ldab, double[][] B, int ldb, int[] info) -
dpbtrf
public void dpbtrf(char uplo, int n, int kd, double[][] AB, int ldab, int[] info)
-