Split off grid directory
Eventually, the definitions used for dealing with types and foreign arrays that aren't specific to GSL will be split off into another system, so that it will be easier to build other foreign library interfaces using these definitions. As a start, the grid/ directory defines a package 'c-array and some of the type definitions formerly in init/. Everything compiles and tests as before, on SBCL TOTAL: 1627 assertions passed, 6 failed, 0 execution errors.
Showing
- data/foreign-array.lisp 6 additions, 6 deletionsdata/foreign-array.lisp
- data/maref.lisp 3 additions, 3 deletionsdata/maref.lisp
- data/marray.lisp 3 additions, 3 deletionsdata/marray.lisp
- fast-fourier-transforms/example.lisp 3 additions, 3 deletionsfast-fourier-transforms/example.lisp
- grid/complex-types.lisp 5 additions, 2 deletionsgrid/complex-types.lisp
- grid/pkgdcl.lisp 8 additions, 0 deletionsgrid/pkgdcl.lisp
- grid/types.lisp 15 additions, 27 deletionsgrid/types.lisp
- gsll.asd 10 additions, 5 deletionsgsll.asd
- init/defmfun-array.lisp 10 additions, 10 deletionsinit/defmfun-array.lisp
- init/element-types.lisp 2 additions, 2 deletionsinit/element-types.lisp
- init/funcallable.lisp 2 additions, 2 deletionsinit/funcallable.lisp
- init/generate-examples.lisp 3 additions, 3 deletionsinit/generate-examples.lisp
- init/interface.lisp 2 additions, 2 deletionsinit/interface.lisp
- init/number-conversion.lisp 7 additions, 7 deletionsinit/number-conversion.lisp
- init/types.lisp 6 additions, 115 deletionsinit/types.lisp
- linear-algebra/matrix-generation.lisp 3 additions, 3 deletionslinear-algebra/matrix-generation.lisp
- mathematical/complex.lisp 103 additions, 103 deletionsmathematical/complex.lisp
- polynomial.lisp 8 additions, 8 deletionspolynomial.lisp
Loading
Please register or sign in to comment