Handbook
Glossary
reshape ( shaped-array shape -- array )
Vocabulary
arrays
.
shaped
Inputs
shaped-array
an
object
shape
an
object
Outputs
array
an
object
Definition
USING:
accessors
kernel
;
IN:
arrays.shaped
:
reshape
( shaped-array shape -- array )
check-underlying-shape
[
>shaped-array
]
dip
>>shape
;