|
type(matrix) mod_linear_equation::gsb_getBlock_m |
( |
type(matrix),intent(in) |
m, |
|
|
integer,intent(in) |
r_s, |
|
|
integer,intent(in) |
r_e, |
|
|
integer,intent(in) |
c_s, |
|
|
integer,intent(in) |
c_e | |
|
) |
| | |
recover block
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| m | : type(matrix) |
| r_s | : row start |
| r_e | : row end |
| c_s | : col start |
| c_e | : col end |
- Date:
- 13th of March, 2011
- Returns:
- res : type(matrix)
- Exceptions:
-
Definition at line 788 of file linear_equation.f90.
|