Handbook
Glossary
array-anti-transpose-unsafe ( cols-iota matrix -- newmatrix )
Vocabulary
math
.
matrices
.
private
Inputs
cols-iota
an
object
matrix
an
object
Outputs
newmatrix
an
object
Definition
USING:
kernel
sequences
;
IN:
math.matrices.private
:
array-anti-transpose-unsafe
( cols-iota matrix -- newmatrix )
[
<reversed>
[
array-nth-end-unsafe
]
with
map
]
curry
map
;
inline