|
type(vector) mod_matrix::m_eig_qr |
( |
type(matrix),intent(in) |
m, |
|
|
integer,intent(in) |
iter_max, |
|
|
character*(*),intent(in),optional |
meth_qr, |
|
|
real*4,intent(in),optional |
eps_gsortho, |
|
|
logical,intent(in),optional |
is_permuted | |
|
) |
| | |
eigenvalue by QR decompositions
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| m | : type(matrix) |
| iter_max | |
| meth_qr | : character*(*), 'ho'=>householder or 'gs'=>gram-schmidt or 'gsro'=>gram-schmidt reorthogonalization (optional) |
| eps_gsortho | : real*4 , precision g-s reortho... (optional) |
| is_permuted | : with permutation matrix (optional) |
- Date:
- 25th of March, 2011
- Returns:
- res : type(vector), eig
Definition at line 4171 of file matrix.f90.
|