Commit Graph

9 Commits (73511e6483db25b97fceec8744b1affc032fa87f)

Author SHA1 Message Date
Slava Pestov 4adef7db09 Fix functors bug where changing a hand-written method into one generated by a functor would forget the method; also associate functor-generated methods with the source file they're in.
Add DEFINES-CLASS, to parallel DEFINES.
Update math.blas and specialized-arrays/vectors to use DEFINES-CLASS where appropriate
2009-02-06 02:45:21 -06:00
Doug Coleman 12ca0eec41 blas from netbsd pkgsrc depends on f2c runtime libs 2009-01-30 22:42:36 -06:00
Joe Groff e701e66399 Load right blas libraries on netbsd 2009-01-30 21:46:47 -06:00
Joe Groff f1182ef800 use CONSTANT: for cblas constants 2009-01-30 17:28:06 -06:00
Joe Groff 8b68e80254 load libblas before libcblas on openbsd 2009-01-30 17:13:40 -06:00
Doug Coleman a60e11b89e add RTLD_GLOBAL to dlopen flags. load atlas before cblas on freebsd 2009-01-30 16:45:30 -06:00
Joe Groff ebf6cbaa0d remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices 2009-01-30 11:42:43 -06:00
Slava Pestov 16181f818b Clean up functors so that the generated code looks sane with 'see' 2009-01-28 15:07:16 -06:00
Slava Pestov 6fb57d821f Move math.blas to basis 2008-12-17 23:23:43 -06:00