Handbook
Glossary
p-norm-default ( k p -- x )
Vocabulary
math
.
vectors
Inputs
k
an
object
p
an
object
Outputs
x
an
object
Definition
USING:
kernel
math
math.functions
sequences
;
IN:
math.vectors
:
p-norm-default
( k p -- x )
[
[
[
abs
]
dip
^
]
curry
map-sum
]
keep
recip
^
;
inline