|
type(vector) mod_vector::v_axpby |
( |
real*4,intent(in) |
alpha, |
|
|
type(vector),intent(in) |
x, |
|
|
real*4,intent(in),optional |
beta, |
|
|
type(vector),intent(in),optional |
y | |
|
) |
| | |
compute product between the both x and y vectors
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| alpha | : scalar |
| x | : type(vector) |
| beta | : scalar (optional) |
| y | : type(vector) (optional) |
- Date:
- 12th of March, 2011
- Returns:
- res : type(vector)
Definition at line 1150 of file vector.f90.
|