Commit 24eecac1 authored by Liam M. Healy's avatar Liam M. Healy
Browse files

Use Antik named readtable

parent cc83456a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
;; Discrete Hankel Transforms.
;; Liam Healy, Sat Dec  8 2007 - 16:50
;; Time-stamp: <2012-01-13 12:01:11EST hankel.lisp>
;; Time-stamp: <2014-12-26 13:18:38EST hankel.lisp>
;;
;; Copyright 2007, 2008, 2009, 2011 Liam M. Healy
;; Copyright 2007, 2008, 2009, 2011, 2012, 2014 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;;
;; This program is free software: you can redistribute it and/or modify
@@ -20,6 +20,7 @@
;; $Id$

(in-package :gsl)
(named-readtables:in-readtable :antik)

;;; /usr/include/gsl/gsl_dht.h

+3 −2
Original line number Diff line number Diff line
;; Exponential of a matrix
;; Liam Healy 2008-08-10 17:25:35EDT exponential.lisp
;; Time-stamp: <2010-07-07 14:25:00EDT exponential.lisp>
;; Time-stamp: <2014-12-26 13:18:34EST exponential.lisp>
;;
;; Copyright 2008, 2009 Liam M. Healy
;; Copyright 2008, 2009, 2010, 2014 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;;
;; This program is free software: you can redistribute it and/or modify
@@ -19,6 +19,7 @@
;; along with this program.  If not, see <http://www.gnu.org/licenses/>.

(in-package :gsl)
(named-readtables:in-readtable :antik)

;;; No documentation
(defmfun matrix-exponential (matrix exponential &optional (mode :double))
+3 −2
Original line number Diff line number Diff line
;; Polynomials
;; Liam Healy, Tue Mar 21 2006 - 18:33
;; Time-stamp: <2012-01-13 12:01:12EST polynomial.lisp>
;; Time-stamp: <2014-12-26 13:18:34EST polynomial.lisp>
;;
;; Copyright 2009, 2011 Liam M. Healy
;; Copyright 2009, 2011, 2012, 2014 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;;
;; This program is free software: you can redistribute it and/or modify
@@ -19,6 +19,7 @@
;; along with this program.  If not, see <http://www.gnu.org/licenses/>.

(in-package :gsl)
(named-readtables:in-readtable :antik)

;;; /usr/include/gsl/gsl_poly.h

+3 −2
Original line number Diff line number Diff line
;; Dirichlet distribution
;; Liam Healy, Sun Oct 29 2006
;; Time-stamp: <2012-01-13 12:01:22EST dirichlet.lisp>
;; Time-stamp: <2014-12-26 13:18:36EST dirichlet.lisp>
;;
;; Copyright 2006, 2007, 2008, 2009, 2011 Liam M. Healy
;; Copyright 2006, 2007, 2008, 2009, 2011, 2012, 2014 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;;
;; This program is free software: you can redistribute it and/or modify
@@ -19,6 +19,7 @@
;; along with this program.  If not, see <http://www.gnu.org/licenses/>.

(in-package :gsl)
(named-readtables:in-readtable :antik)

;;; /usr/include/gsl/gsl_randist.h

+3 −2
Original line number Diff line number Diff line
;; Discrete random variables
;; Liam Healy, Sat Nov 11 2006 - 21:51
;; Time-stamp: <2012-01-13 12:01:21EST discrete.lisp>
;; Time-stamp: <2014-12-26 13:18:36EST discrete.lisp>
;;
;; Copyright 2006, 2007, 2008, 2009, 2011 Liam M. Healy
;; Copyright 2006, 2007, 2008, 2009, 2011, 2012, 2014 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;;
;; This program is free software: you can redistribute it and/or modify
@@ -19,6 +19,7 @@
;; along with this program.  If not, see <http://www.gnu.org/licenses/>.

(in-package :gsl)
(named-readtables:in-readtable :antik)

;;; /usr/include/gsl/gsl_randist.h

Loading