libflame  revision_anchor
Functions
FLA_Nrm2.c File Reference

(r)

Functions

FLA_Error FLA_Nrm2 (FLA_Obj x, FLA_Obj norm_x)
 

Function Documentation

◆ FLA_Nrm2()

FLA_Error FLA_Nrm2 ( FLA_Obj  x,
FLA_Obj  norm_x 
)

References FLA_Nrm2_external().

14 {
15  return FLA_Nrm2_external( x, norm_x );
16 }
FLA_Error FLA_Nrm2_external(FLA_Obj x, FLA_Obj nrm_x)
Definition: FLA_Nrm2_external.c:13