Class LinearEquations3
- java.lang.Object
-
- gov.nih.mipav.model.structures.jama.LinearEquations3
-
- All Implemented Interfaces:
java.io.Serializable
public class LinearEquations3 extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) GeneralizedEigenvaluege(package private) GeneralizedInverse2giprivate int[]iparms(package private) LinearEquationsleprivate ViewUserInterfaceUI
-
Constructor Summary
Constructors Constructor Description LinearEquations3()Creates a new LinearEquations3 object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddpbsv(char uplo, int n, int kd, int nrhs, double[][] AB, int ldab, double[][] B, int ldb, int[] info)voiddpbtrf(char uplo, int n, int kd, double[][] AB, int ldab, int[] info)
-
-
-
Field Detail
-
ge
GeneralizedEigenvalue ge
-
gi
GeneralizedInverse2 gi
-
le
LinearEquations le
-
UI
private ViewUserInterface UI
-
iparms
private int[] iparms
-
-