type(matrix) mod_matrix::m_pseudoinv_chol ( type(matrix),intent(in)  m,
real*4,intent(in),optional  eps_chol 
)

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
Remarks:
Moore-Penrose Inverse Matrices
Returns:
res : type(matrix), Moore-Penrose inverse of m

Definition at line 3103 of file matrix.f90.

 All Classes Namespaces Files Functions Variables Defines