Path: | rdoc/linalg_complex.rdoc |
Last Update: | Sun Nov 14 15:16:04 -0800 2010 |
Factorizes the square matrix A into the LU decomposition PA = LU, and returns an array, [perm, signum]. A is changed.
Factorizes the square matrix A into the LU decomposition PA = LU, and returns an array, [LU, perm, signum]. A is not changed.