Handbook
Glossary
spectral-norm ( n: fixnum -- norm )
Vocabulary
benchmark
.
spectral-norm
Inputs
n
a
fixnum
Outputs
norm
an
object
Definition
USING:
kernel
math
math.functions
math.vectors
typed
;
IN:
benchmark.spectral-norm
TYPED:
spectral-norm
( n: fixnum -- norm )
u/v
[
vdot
]
[
norm-sq
]
bi
/f
sqrt
;