Module compute
Expand description
Computing the decomposition.
Structs§
- LUfactorization tuning parameters.
- Information about the resulting LU factorization.
Functions§
- Computes the LU decomposition of the given matrix with partial pivoting, replacing the matrix with its factors in place.
- Computes the size and alignment of required workspace for performing an LU decomposition with partial pivoting.