racket/collects/math
Neil Toronto 5a43f2c6bc Finished array documentation!
Cleaned up other docs in preparation for alpha-testing announcement

Created `math/utils' module for stuff that doesn't go anywhere else (e.g.
FFT scaling convention, max-math-threads parameters)

Reduced the number of macros that expand to applications of `array-map'

Added `flvector-sum', defined `flsum' in terms of it

Reduced the number of pointwise `flvector', `flarray' and `fcarray' operations

Reworked `inline-build-flvector' and `inline-flvector-map' to be faster and
expand to less code in both typed and untyped Racket

Redefined conversions like `list->flvector' in terms of for loops (can do
it now that TR has working `for/flvector:', etc.)
2012-11-29 15:45:17 -07:00
..
private Finished array documentation! 2012-11-29 15:45:17 -07:00
scribblings Finished array documentation! 2012-11-29 15:45:17 -07:00
tests Renamed functions 2012-11-27 22:23:42 -07:00
array.rkt Documented `math/array' folds 2012-11-29 15:45:17 -07:00
base.rkt Stubbed out missing math/array' and math/statistics' doc entries to 2012-11-27 18:05:38 -07:00
bigfloat.rkt
distributions.rkt
flonum.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
info.rkt Removed extraneous files that DrDr was running 2012-11-17 11:57:13 -07:00
LICENSE.txt
main.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
matrix.rkt
number-theory.rkt Fixed next-prime and prev-prime problem 2012-11-17 21:02:37 -09:00
special-functions.rkt
statistics.rkt Finished `math/distributions' documentation! 2012-11-27 13:44:15 -07:00
utils.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
vector.rkt Moved flvector functions into math/flonum 2012-11-29 15:45:17 -07:00