Vnorm ( x -- norm )
Basic Linear Algebra Subroutines (BLAS) interface » BLAS interface vector operations

Prev:Vsub ( v start length -- sub )
Next:Vasum ( x -- sum )


Vocabulary
math.blas.vectors

Inputs
xa blas-vector-base


Outputs
norma number


Word description
Calculate the norm-2, i.e., the magnitude or absolute value, of x (‖x‖₂). Corresponds to the xNRM2 routines in BLAS.

Definition


Methods