lu decomposition
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| m | : type(matrix), mrows x mcols |
| is_permuted | : with permutation matrix (optional) |
- Date:
- 25th of March, 2011
- Returns:
- res : type(t_lu), lu decomposition (matrix L and U + permutation)
Definition at line 3344 of file matrix.f90.