AcouSTO
version 2.0
◆
vec_mod()
vec_mod
(
struct
vector
v
)
Returns the Euclidean norm of a vector as a DOUBLE.
Parameters
[in]
v
vector.
Returns
Modulus
121
{
122
return
sqrt(
vec_mod_square
(v));
123
}
vec_mod_square
DOUBLE vec_mod_square(struct vector v)
Definition:
math.c:108
Acousto2.0
trunk
src
math
acousto_math.h
Generated on Wed Apr 5 2017 14:32:02 for AcouSTO by
1.8.13