spectral radius (the maximum modulus of the eig)
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| m | : type(matrix) |
| v0 | : type(vector), initial vector ( optional) |
| eps | : real*4 , precision (optional) |
| iter_max | : integer, iteration max (optional) |
- Date:
- 25th of March, 2011
- Returns:
- res : type(t_poweig)
- See also:
- type(t_poweig)
- Todo:
- treat complex case
Definition at line 4027 of file matrix.f90.