type(t_eig) mod_matrix::m_eig_deflation ( type(matrix),intent(in)  m,
type(vector),intent(in),optional  v0,
real*4,intent(in),optional  eps,
integer,intent(in),optional  iter_max 
)

matrix eigen values and vectors

Author:
Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
Parameters:
m : type(matrix)
v0 : type(vector), initial vector ( optional)
eps : real*4 , tolerance error ( optional)
iter_max : integer, iteration max ( optional)
Date:
27th of March, 2011
Remarks:
spectral radius or m_t_eig
Returns:
res : type(t_eig)
See also:
type(t_eig)
Todo:
do not work fine (after the second eigen value)

Definition at line 4117 of file matrix.f90.

 All Classes Namespaces Files Functions Variables Defines