Skip to content

Index of Module generalized arrays

Bradley Lucier edited this page Oct 12, 2020 · 2 revisions

The generalized-arrays module provides an implementation of SRFI 179: Nonempty Intervals and Generalized Arrays (Updated), a library for manipulating arrrays. Please refer to the SRFI 179 documentation for instructions on use. The functions and global variables in the module are listed below with relative links to the SRFI 179 documentation:

Function
translation?
permutation?
make-interval
interval?
interval-dimension
interval-lower-bound
interval-upper-bound
interval-lower-bounds->list
interval-upper-bounds->list
interval-lower-bounds->vector
interval-upper-bounds->vector
interval=
interval-volume
interval-subset?
interval-contains-multi-index?
interval-projections
interval-for-each
interval-dilate
interval-intersect
interval-translate
interval-permute
interval-rotate
interval-scale
interval-cartesian-product
make-storage-class
storage-class?
storage-class-getter
storage-class-setter
storage-class-checker
storage-class-maker
storage-class-copier
storage-class-length
storage-class-default
make-array
array?
array-domain
array-getter
array-dimension
mutable-array?
array-setter
specialized-array-default-safe?
specialized-array-default-mutable?
make-specialized-array
specialized-array?
array-storage-class
array-indexer
array-body
array-safe?
array-elements-in-order?
specialized-array-share
array-copy
array-curry
array-extract
array-tile
array-translate
array-permute
array-rotate
array-reverse
array-sample
array-outer-product
array-map
array-for-each
array-fold
array-fold-right
array-reduce
array-any
array-every
array->list
list->array
array-assign!
specialized-array-reshape
array-ref
array-set!
Storage Classes
generic-storage-class
s8-storage-class
s16-storage-class
s32-storage-class
s64-storage-class
u1-storage-class
u8-storage-class
u16-storage-class
u32-storage-class
u64-storage-class
f8-storage-class
f16-storage-class
f32-storage-class
f64-storage-class
c64-storage-class
c128-storage-class
Clone this wiki locally