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) GeneralizedEigenvalue
ge
(package private) GeneralizedInverse2
gi
private int[]
iparms
(package private) LinearEquations
le
private ViewUserInterface
UI
-
Constructor Summary
Constructors Constructor Description LinearEquations3()
Creates a new LinearEquations3 object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dpbsv(char uplo, int n, int kd, int nrhs, double[][] AB, int ldab, double[][] B, int ldb, int[] info)
void
dpbtrf(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
-
-