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
Remarks:
Returns:
res : sub vector element
Exceptions:
boundary :

  • $ 1 \ge l_bound \le v%size $
  • $ 1 \ge u_bound \le v%size $

Definition at line 618 of file vector.f90.

 All Classes Namespaces Files Functions Variables Defines