|
type(vector) mod_vector::v_extract |
( |
type(vector),intent(in) |
v, |
|
|
integer,intent(in),optional |
l_bound, |
|
|
integer,intent(in),optional |
u_bound | |
|
) |
| | |
extract sub vector of
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| v | : type(vector) |
| l_bound | : lower boundary (optional) |
| u_bound | : upper boundary (optional) |
- Date:
- 29th of March, 2011
- Returns:
- res : sub vector element
- Exceptions:
-
Definition at line 618 of file vector.f90.
|