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
Remarks:
extract block of m delimited by the previous parameters
Returns:
res : type(matrix)
Exceptions:
+ 
  • m must be allocated
  • $ 1\le r\_s \le m\%rows $
  • $ 1\le r\_e \le m\%rows $
  • $ 1\le c\_s \le m\%cols $
  • $ 1\le c\_e \le m\%cols $

Definition at line 788 of file linear_equation.f90.

 All Classes Namespaces Files Functions Variables Defines