|
real*4 mod_vector::v_norm |
( |
type(vector),intent(in) |
v, |
|
|
integer,intent(in),optional |
type_norm | |
|
) |
| | |
norm of vector (>=0)
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| v | : type(vector) |
| type_norm | : type of norm (optional) |
- Date:
- 26th of March, 2011
- Returns:
- res : norm of vector
Definition at line 1277 of file vector.f90.
|