diff --git a/linear-algebra/blas2.lisp b/linear-algebra/blas2.lisp index c809fd68ee3e4bb7809ae85c5024d68e806440e4..a0433eb1c046ee9a34240767b48c11209fc97316 100644 --- a/linear-algebra/blas2.lisp +++ b/linear-algebra/blas2.lisp @@ -1,6 +1,6 @@ ;; 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 @@ -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 ;;;;**************************************************************************** diff --git a/linear-algebra/blas3.lisp b/linear-algebra/blas3.lisp index 2492e0e26037b984e03e584456c1e1a1a6e707ad..e01aa6358396aedfb35eb4ef8e6142c182ce0e3c 100644 --- a/linear-algebra/blas3.lisp +++ b/linear-algebra/blas3.lisp @@ -1,6 +1,6 @@ ;; 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 @@ -22,13 +22,6 @@ ;;; /usr/include/gsl/gsl_blas.h -;;;;**************************************************************************** -;;;; Options -;;;;**************************************************************************** - -#+fsbv (fsbv:defenumeration cblas-side) -;;; Eventually, #-fsbv (cffi:defconvert-cenum cblas-side) - ;;;;**************************************************************************** ;;;; Functions ;;;;****************************************************************************