Handbook
Glossary
simple-cols-except ( matrix desc quot -- others )
Vocabulary
math
.
matrices
.
private
Inputs
matrix
an
object
desc
an
object
quot
an
object
Outputs
others
an
object
Definition
USING:
kernel
math.matrices
sequences
;
IN:
math.matrices.private
:
simple-cols-except
( matrix desc quot -- others )
curry
[
dup
(cols-iota)
]
dip
pick
reject-as
swap
cols
transpose
;
inline