Handbook
Glossary
>col-array ( array -- shaped-array )
Vocabulary
arrays
.
shaped
Inputs
array
an
object
Outputs
shaped-array
an
object
Definition
IN:
arrays.shaped
GENERIC:
>col-array
( array -- shaped-array )
Methods
USING:
arrays.shaped
kernel
sequences
sequences.deep
;
M:
sequence
>col-array
[
flatten
]
[
shape
]
bi
<col-array>
;
USING:
accessors
arrays.shaped
kernel
;
M:
shaped-array
>col-array
[
underlying>>
]
[
shape>>
]
bi
<col-array>
;