|
type(vector) mod_linear_equation::leq_getBlock_v |
( |
type(vector),intent(in) |
v, |
|
|
integer,intent(in) |
r_s, |
|
|
integer,intent(in) |
r_e | |
|
) |
| | |
recover block of vector column
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| v | : type(vector) |
| r_s | : row start |
| r_e | : row end |
- Date:
- 14th of March, 2011
- Returns:
- res : type(matrix)
- Todo:
- verify why it's not work without res_pb declaration
- Exceptions:
-
| + |
- v must be allocated
|
Definition at line 839 of file linear_equation.f90.
|