real*4 mod_matrix::m_det_chol ( type(matrix),intent(in)  m,
logical,intent(in),optional  is_permuted 
)

compute the determinant by cholesky decomposition

Author:
Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
Parameters:
m : type(matrix)
is_permuted : with permutation matrix (optional)
Date:
25th of March, 2011
Remarks:
Returns:
res : real*4 , the determinant
Todo:
check the determinant computing

Definition at line 2653 of file matrix.f90.

 All Classes Namespaces Files Functions Variables Defines