Kernel
3.1 Generic
3.2 Mathutil
3.3 Numeric
3.4 Utils
3.5 Iterat
3.6 Express
3.7 Ghelper
3.8 Strutl
3.9 Extapply
3.10 Types
3.11 Modarith
3.12 Diff
3.13 Operator
3.14 Function
3.15 Numbers
3.16 Vectors
3.17 Structs
3.18 Matrices
3.19 Quaternion
3.20 Pseries
3.21 Numsymb
3.22 Heuristic
3.23 Litfun
On this page:
array-by-cols
array-by-rows
array-copy
array-elementwise
array-ref
array-set!
array-with-substituted-col
array-with-substituted-row
generate-array
generate-list
generate-vector
list-with-substituted-coord
list:  generate
nth-col
nth-row
num-cols
num-rows
transpose-array
vector-accumulate
vector-elementwise
vector-exists
vector-forall
vector-with-substituted-coord
8.15.0.4

3.5 Iterat🔗

 (require sicm/kernel/iterat) package: rktsicm

procedure

(array-by-cols ??? ...)  '???

  ??? : any?
(array-by-rows ??? ...)  '???
  ??? : any?
(array-copy ??? ...)  '???
  ??? : any?
(array-elementwise ??? ...)  '???
  ??? : any?
(array-ref ??? ...)  '???
  ??? : any?
(array-set! ??? ...)  '???
  ??? : any?
(array-with-substituted-col ??? ...)  '???
  ??? : any?
(array-with-substituted-row ??? ...)  '???
  ??? : any?
(generate-array ??? ...)  '???
  ??? : any?
(generate-list ??? ...)  '???
  ??? : any?
(generate-vector ??? ...)  '???
  ??? : any?
(list-with-substituted-coord ??? ...)  '???
  ??? : any?
(list:generate ??? ...)  '???
  ??? : any?
(nth-col ??? ...)  '???
  ??? : any?
(nth-row ??? ...)  '???
  ??? : any?
(num-cols ??? ...)  '???
  ??? : any?
(num-rows ??? ...)  '???
  ??? : any?
(transpose-array ??? ...)  '???
  ??? : any?
(vector-accumulate ??? ...)  '???
  ??? : any?
(vector-elementwise ??? ...)  '???
  ??? : any?
(vector-exists ??? ...)  '???
  ??? : any?
(vector-forall ??? ...)  '???
  ??? : any?
(vector-with-substituted-coord ??? ...)  '???
  ??? : any?