factor/basis/math
John Benediktsson 4f42c72012 specialized-arrays: performed some cleanup.
Specifically,
    •   Created >c-array to be replacement for >T-array.
    •   Created cast-array to be generic replacement for all T-array-cast words.
    •   Created c-array@ to be generic replacement for T-array@ words.
    •   Replaced usages of <T-array> with T <c-array>
    •   Replaced usages of <direct-T-array> with T <c-direct-array>
    •   Replaced usages of >T-array with T >c-array
    •   Replaced usages of T-array-cast with T cast-array
    •   Replaced usages of malloc-T-array with T malloc-array.
    •   Removed malloc-T-array.
    •   Removed T-array-cast.
    •   Removed T-array@.
    •   Removed >T-array.

I also added (but didn't change any code to use):
    •   T c-array-type, returns T-array
    •   T c-array?, returns T-array?
    •   c-array{ T ... }, returns T-array{ ... }

Bootstraps just find on Mac OS X.  Also `load-all test-all` works for me.
2011-09-26 11:37:51 -07:00
..
bits docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
bitwise specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
combinatorics Update code that did ">alist sort-" to just "sort-". 2011-04-07 09:01:21 -07:00
complex math.functions: fix memory protection error if exp called on a complex number with a rational real part (reported by prunedtree) 2010-01-15 08:23:48 +13:00
constants docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
floats specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
functions math.functions: clean up some more to trim back load-time dependencies; alter tests to avoid inexact float constants where possible and hex-ify inexact constants otherwise 2011-09-22 16:04:49 -07:00
intervals math.intervals: fix some typos in docs 2011-01-18 21:18:35 +09:00
libm math.libm: add missing right parenthesis in description of fexp word 2011-01-16 10:48:06 +09:00
matrices math.matrices: move normal word from gpu.demos.bunny and reverse sign 2010-07-23 20:41:08 -07:00
partial-dispatch memq? -> member-eq?, sorted-memq? -> sorted-member-eq? 2009-10-28 15:02:00 -05:00
polynomials Update references to "1 tail" to use "rest". 2011-05-03 20:50:23 -07:00
primes math.primes.safe: fix docs. 2011-09-12 10:56:39 -07:00
quaternions math.quaternions: typo in n*q 2010-06-17 19:23:52 -07:00
ranges Changing some uses of prune to use members 2010-02-27 13:14:03 -05:00
ratios Fix unit test for math.parser change 2010-02-08 08:31:17 +13:00
rectangles math.rectangles: add infinite recursion check in case somebody does something stupid 2010-09-16 21:27:18 -07:00
statistics math.statistics: declare polymorphic effects on sequence>* combinators now that #88 is fixed 2011-09-09 18:13:17 -07:00
vectors specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00