|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Package mpv2 |
|---|
| Class mpv2.AllMatrices extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
int N
int K
| Class mpv2.BandMatrix extends AllMatrices implements Serializable |
|---|
| Serialized Fields |
|---|
int[] fn
null then a non-sparse storing is used,
all column vectors are assumed
to start at first position and have length N,
i.e. fv[k].length == N.
double[][] fv
| Class mpv2.BlockMatrix extends AllMatrices implements Serializable |
|---|
| Serialized Fields |
|---|
AllMatrices A
AllMatrices B
AllMatrices C
AllMatrices D
int top
int left
| Class mpv2.CholeskyDecomposition extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
double[][] L
int n
boolean isspd
| Class mpv2.DiagonalMatrix extends AllMatrices implements Serializable |
|---|
| Serialized Fields |
|---|
double[] diag
| Class mpv2.EigenvalueDecomposition extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
int n
boolean issymmetric
double[] d
double[] e
double[][] V
double[][] H
double[] ort
| Class mpv2.JamaMatrix extends AllMatrices implements Serializable |
|---|
| Serialized Fields |
|---|
double[][] A
int m
int n
| Class mpv2.LUDecomposition extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
double[][] LU
int m
int n
int pivsign
int[] piv
| Class mpv2.LUPDecomposition extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
double[] LU
int[] perm
int N
int K
int pivsign
| Class mpv2.Maths extends java.lang.Object implements Serializable |
|---|
| Class mpv2.PermutationMatrix extends AllMatrices implements Serializable |
|---|
| Serialized Fields |
|---|
int[] pos
| Class mpv2.QRDecomposition extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
double[][] QR
int m
int n
double[] Rdiag
| Class mpv2.RepeatBlockMatrix extends AllMatrices implements Serializable |
|---|
| Serialized Fields |
|---|
AllMatrices M
int dN
int dK
int L
| Class mpv2.SimpleMatrix extends AllMatrices implements Serializable |
|---|
| Serialized Fields |
|---|
double[] Aarray
| Class mpv2.SingularValueDecomposition extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
double[][] U
double[][] V
double[] s
int m
int n
| Class mpv2.SparseMatrix extends AllMatrices implements Serializable |
|---|
| Serialized Fields |
|---|
int[] nonZeroRow
int[] nonZeroColumn
double[] nonZeroValue
int[] nextInSameRow
int[] nextInSameColumn
int iNextFree
int[] firstInRow
int[] firstInColumn
int nonZeroCount
int capacity
int increment
| Class mpv2.SparseVector extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
int N
int nonZeroCount
int[] index
double[] value
| Class mpv2.SparseVectorMatrix extends AllMatrices implements Serializable |
|---|
| Serialized Fields |
|---|
SparseVector[] col
| Class mpv2.SymmetricMatrix extends AllMatrices implements Serializable |
|---|
| Serialized Fields |
|---|
double[] Aarray
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||