type(vector) mod_vector::v_add ( type(vector),intent(in)  v1,
type(vector),intent(in)  v2 
)

compute addition between the both m1 and m2 matrices

Author:
Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
Parameters:
v1 : type(vector)
v2 : type(vector)
Date:
12th of March, 2011
Remarks:
Returns:
res : type(vector)

Definition at line 1084 of file vector.f90.

 All Classes Namespaces Files Functions Variables Defines