RogueWave

imsl.linalg.LU.factor

LU.factor()

Compute the pivoted LU factorization of the matrix.

See also

lu_factor
equivalent function containing full documentation.

Notes

This method caches the LU factorization the first time it is calculated, and re-uses it on subsequent calls to methods from class LU().