MCPcopy Create free account
hub / github.com/andeya/algorithm / Nrm2

Function Nrm2

linalg/blas/level1.go:29–50  ·  view source on GitHub ↗

Returns the Euclidean norm of a vector (returns ||x||_2). ARGUMENTS X float or complex matrix OPTIONS n integer. If n<0, the default value of n is used. The default value is equal to 1+(len(x)-offsetx-1)/incx or 0 if len(x) > offsetx+1 inc positive integer offset nonnegat

(X matrix.Matrix, opts ...linalg.Option)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TestDnrm2Function · 0.85

Calls 5

check_level1_funcFunction · 0.85
dznrm2Function · 0.85
dnrm2Function · 0.85
ComplexArrayMethod · 0.45
FloatArrayMethod · 0.45

Tested by 1

TestDnrm2Function · 0.68