Handbook
Glossary
(op-matrix) ( range quot basis-elt -- row )
Vocabulary
koszul
Inputs
range
an
object
quot
an
object
basis-elt
an
object
Outputs
row
an
object
Definition
USING:
assocs
kernel
sequences
;
IN:
koszul
:
(op-matrix)
( range quot basis-elt -- row )
swap
call
[
at
0
or
]
curry
map
;
inline