norm
Overview
Description
determine the geometric length of a vector - output is a float. If matrix determines magnitude of vectors based upon axis selected - output array of floats.
Implementation details
Input
Data - []float32 or [][]float32
Optional=False
Params
Axis - int : 0=vertical/column, 1=horizontal/row
Optional=True
Default=0
OutputType - [array of floats]
Compliance to Spec
Rough level of compliance
100%