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