|
FFLAS-FFPACK
|
| F | the computation domain | |
| M | order of the matrix | |
| [in,out] | A | input matrix ( ). On output, A is modified and represents a "psycological" factorisation LU. |
| lda | leading dimension of A | |
| [out] | X | this is the inverse of A if A is invertible (non NULL and ). It is untouched otherwise. |
| ldx | leading dimension of X | |
| nullity | dimension of the kernel of A |
1.8.6