Handbook
Glossary
generic-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
:
generic-anti-transpose-unsafe
( cols-iota matrix -- newmatrix )
[
<reversed>
[
nth-end-unsafe
]
with
{
}
map-as
]
curry
{
}
map-as
;
inline