pseudo inverse of m by cholesky factorization
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| m | : type(matrix) |
| eps_chol | : real*4 , optional tolerance error for cholseky factorization |
- Date:
- 30th of March, 2011
- Returns:
- res : type(matrix), Moore-Penrose inverse of m
Definition at line 3103 of file matrix.f90.