Handbook
Glossary
row ( arr n i p -- slice )
Vocabulary
tensors
.
private
Inputs
arr
an
object
n
an
object
i
an
object
p
an
object
Outputs
slice
an
object
Definition
USING:
kernel
math
math.functions
sequences
;
IN:
tensors.private
:
row
( arr n i p -- slice )
/
truncate
dupd
*
tuck
+
rot
<slice>
;