public interface PositiveSDefiniteMatrix
Modifier and Type | Method and Description |
---|---|
double |
D(int pos)
Gets a separable diagonal element of the matrix.
|
double |
M(int row,
int column)
Gets the entry of the matrix specified by the arguments.
|
double |
sqrtM(int row,
int column)
Gets the entry of the square root matrix specified by the arguments.
|
double M(int row, int column)
row
- The row. column
- The column. double D(int pos)
pos
- The row/column of the diagonal element. double sqrtM(int row, int column)
row
- The row. column
- The column.