small clean up of David's section, more to go.
[CommonLispStat.git] / Doc / README.composite-datastrutures.txt
blobe57e752200f0404aea6753c461024c6e4d55ace9
2 * Overview
4   Composite datastructures are a key component of CLS.  We inherit
5   from a number of packages to maintain both the ability to generalize
6   as well as to leverage others work for optimization.
8 * dependency structure, package-wise
10 ** lift
12 ** xarray
14 ** cffi 
16 ** cl-utilities
18 ** FNV
20 ** CL-BLAPACK : CFFI
22 ** FFA
24 ** listoflist
25    xarray
26    lift
28 ** lisp-matrix
29    xarray, lift, listoflist, cffi, cl-utilities, FNV,
30               cl-blapack, FFA
33 ** CLS 
34    xarray   (for DFs)
35    lift
36