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
- 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.