norm_sq

std.linalg.norm_sq · Level L0

Squared Euclidean norm. Calls dot.

‖x‖² = x·x

Signature

norm_sq(x: f64[n]) → f64[]

Structure

The function as NOVA stores it: one box per input, operation and output, and arrows that carry values. A double border marks a call to another library function; select it to open that function.

xf64[n]dotssf64[]
  • input
  • operation
  • constant
  • call
  • output

Verification

  • Signature proven by NOVA’s shape solver, for every size.
  • Equal to the reference np.sum(x * x) in exact rational arithmetic, on all 40 test cases.
  • All 40 float64 results inside the running error bound; the closest uses 39% of it.
  • Interpreter and NumPy backend return bit-identical results.
Accuracy in detail
correctly rounded (the float64 nearest the exact value)
95%
bit-equal to the NumPy formula in float64
100%
largest error, in units in the last place
1.03

Identity

Calls
Called by
sha256:eefaa4b542a4467d5d143b46c4ec5f333d282904eeb923855ce43f249d4e371a

The semantic hash of the graph. It changes when the program changes, and never when only its documentation does.