ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Static Public Member Functions | |
static | decomposition ($type, Matrix $matrix) |
Data Fields | |
const | LU = 'LU' |
const | QR = 'QR' |
Definition at line 8 of file Decomposition.php.
|
static |
Exception |
Definition at line 16 of file Decomposition.php.
References $type, Matrix\Decomposition\Decomposition\LU, and Matrix\Decomposition\Decomposition\QR.
const Matrix\Decomposition\Decomposition::LU = 'LU' |
Definition at line 10 of file Decomposition.php.
Referenced by Matrix\Decomposition\Decomposition\decomposition().
const Matrix\Decomposition\Decomposition::QR = 'QR' |
Definition at line 11 of file Decomposition.php.
Referenced by Matrix\Decomposition\Decomposition\decomposition().