type(matrix) mod_matrix::m_inverse_gaussj ( type(matrix),intent(in)  m  ) 

inverse of m by gauss-jourdan

Author:
Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
Parameters:
m : type(matrix)
Date:
12th of March, 2011
Remarks:
Returns:
res : type(matrix)
See also:
math_machine_eps() : epsilon error

Definition at line 2928 of file matrix.f90.

 All Classes Namespaces Files Functions Variables Defines