03442 |
MAKEARRY
|
( {#n #m} ob → [] )
Makes array with all elements initialized to
ob.
|
19294 |
(>ARRY)
|
( F%..F% #n [%F] → [F%]' )
Copies floats into array.
|
1D054 |
XEQ>ARRAY
|
( F%..F% {#n #m} → [F%] )
Makes array with specified dimensions and
elements. Does checks first.
aka: XEQ>ARRY
|
1D02C |
(XEQ>VECTOR)
|
( F%..F% %n → [%F] )
Creates a vector.
|
1D0AB |
(DOARRY>)
|
( [] → F%..F% {#n #m} )
Explodes array. Only works for arrays of
(normal) real and complex numbers.
|