Path: | rdoc/linalg_complex.rdoc |
Last Update: | Sun Nov 14 23:16:04 +0000 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.