|
type(vector) mod_linear_equation::leq_precond_sor |
( |
type(matrix),intent(in) |
m, |
|
|
type(vector),intent(in) |
v, |
|
|
type(vector),intent(in) |
v0, |
|
|
real*4,intent(in) |
w_relax | |
|
) |
| | |
preconditionnor : diagonal of m
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| m | : type(matrix) |
| v | : type(vector) |
| v0 | : type(vector) |
| w_relax | : relaxation w |
- Date:
- 14th of March, 2011
- Returns:
- res : vector
Definition at line 1804 of file linear_equation.f90.
|