Méthode | Description | |
---|---|---|
CholeskyDecomposition ( |
Cholesky algorithm for symmetric and positive definite matrix.
|
|
GetL ( ) : |
Return triangular factor.
|
|
Solve ( |
Solve A*X = B
|
public CholeskyDecomposition ( |
||
Arg | Square, symmetric matrix. | |
Résultat | YAMP |
public Solve ( |
||
B | A Matrix with as many rows as A and any number of columns. /// | |
Résultat |