Loading linear-algebra/blas2.lisp +1 −12 Original line number Diff line number Diff line ;; BLAS level 2, Matrix-vector operations ;; Liam Healy, Wed Apr 26 2006 - 21:08 ;; Time-stamp: <2011-10-23 20:26:44EDT blas2.lisp> ;; Time-stamp: <2011-10-23 20:36:31EDT blas2.lisp> ;; ;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy ;; Distributed under the terms of the GNU General Public License Loading @@ -22,17 +22,6 @@ ;;; /usr/include/gsl/gsl_blas.h ;;;;**************************************************************************** ;;;; Options ;;;;**************************************************************************** #+fsbv (fsbv:defenumeration cblas-transpose) ;;; Eventually, #-fsbv (cffi:defconvert-cenum cblas-transpose) #+fsbv (fsbv:defenumeration cblas-uplo) #+fsbv (fsbv:defenumeration cblas-diag) ;;;;**************************************************************************** ;;;; Functions ;;;;**************************************************************************** Loading linear-algebra/blas3.lisp +1 −8 Original line number Diff line number Diff line ;; BLAS level 3, Matrix-matrix operations ;; Liam Healy, Wed Apr 26 2006 - 21:08 ;; Time-stamp: <2011-10-23 20:27:45EDT blas3.lisp> ;; Time-stamp: <2011-10-23 20:37:22EDT blas3.lisp> ;; ;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy ;; Distributed under the terms of the GNU General Public License Loading @@ -22,13 +22,6 @@ ;;; /usr/include/gsl/gsl_blas.h ;;;;**************************************************************************** ;;;; Options ;;;;**************************************************************************** #+fsbv (fsbv:defenumeration cblas-side) ;;; Eventually, #-fsbv (cffi:defconvert-cenum cblas-side) ;;;;**************************************************************************** ;;;; Functions ;;;;**************************************************************************** Loading Loading
linear-algebra/blas2.lisp +1 −12 Original line number Diff line number Diff line ;; BLAS level 2, Matrix-vector operations ;; Liam Healy, Wed Apr 26 2006 - 21:08 ;; Time-stamp: <2011-10-23 20:26:44EDT blas2.lisp> ;; Time-stamp: <2011-10-23 20:36:31EDT blas2.lisp> ;; ;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy ;; Distributed under the terms of the GNU General Public License Loading @@ -22,17 +22,6 @@ ;;; /usr/include/gsl/gsl_blas.h ;;;;**************************************************************************** ;;;; Options ;;;;**************************************************************************** #+fsbv (fsbv:defenumeration cblas-transpose) ;;; Eventually, #-fsbv (cffi:defconvert-cenum cblas-transpose) #+fsbv (fsbv:defenumeration cblas-uplo) #+fsbv (fsbv:defenumeration cblas-diag) ;;;;**************************************************************************** ;;;; Functions ;;;;**************************************************************************** Loading
linear-algebra/blas3.lisp +1 −8 Original line number Diff line number Diff line ;; BLAS level 3, Matrix-matrix operations ;; Liam Healy, Wed Apr 26 2006 - 21:08 ;; Time-stamp: <2011-10-23 20:27:45EDT blas3.lisp> ;; Time-stamp: <2011-10-23 20:37:22EDT blas3.lisp> ;; ;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy ;; Distributed under the terms of the GNU General Public License Loading @@ -22,13 +22,6 @@ ;;; /usr/include/gsl/gsl_blas.h ;;;;**************************************************************************** ;;;; Options ;;;;**************************************************************************** #+fsbv (fsbv:defenumeration cblas-side) ;;; Eventually, #-fsbv (cffi:defconvert-cenum cblas-side) ;;;;**************************************************************************** ;;;; Functions ;;;;**************************************************************************** Loading