FFLAS-FFPACK
|
F | ||
M | order of the matrix | |
[in,out] | A | input matrix ( ![]() 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 ![]() |
ldx | leading dimension of X | |
nullity | dimension of the kernel of A |
m
x n
matrix with random entries and rank r
. F | field |
A | pointer to the matrix (preallocated to at least m x lda field elements) |
r | rank of the matrix to build |
m | number of rows in A |
n | number of cols in A |
lda | leading dimension of A |
A
.