Handbook
Glossary
interior ( x y -- i_y[x] )
Vocabulary
koszul
Inputs
x
an
object
y
an
object
Outputs
i_y[x]
an
object
Definition
USING:
kernel
;
IN:
koszul
:
interior
( x y -- i_y[x] )
swap
>alt
[
dupd
(interior)
]
linear-op
nip
;