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

compute product between the both v1 and v2 vectors

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 971 of file vector.f90.

 All Classes Namespaces Files Functions Variables Defines