fn
lapack_lu_factor_f64
void lapack_lu_factor_f64(const double * A, int n, double * LU_out, int * ipiv_out, int * info)Double-precision packed LU factorisation. Uses dgetrf_.
References
LAPACK dgetrf_.
Parameters
Aconst double*Row-major input.
nintSide length.
LU_outdouble*Packed LU output.
ipiv_outint*Pivot indices.
infoint*LAPACK status word.