Skip to content
Snippets Groups Projects
Commit 24eecac1 authored by Liam M. Healy's avatar Liam M. Healy
Browse files

Use Antik named readtable

parent cc83456a
No related branches found
No related tags found
No related merge requests found
;; 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
......
;; 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))
......
;; 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
......
;; 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
......
;; 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
......
;; Multinomial distribution
;; Liam Healy, Sat Nov 25 2006 - 16:00
;; Time-stamp: <2012-01-13 12:01:21EST multinomial.lisp>
;; Time-stamp: <2014-12-26 13:24:44EST multinomial.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
......
;; Shuffling and sampling
;; Liam Healy, Sat Dec 2 2006 - 18:40
;; Time-stamp: <2012-01-13 12:01:20EST shuffling-sampling.lisp>
;; Time-stamp: <2014-12-26 13:24:44EST shuffling-sampling.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)
;;; These are currently defined only for vectors.
......
;; Bessel functions
;; Liam Healy, Fri Mar 17 2006 - 18:42
;; Time-stamp: <2011-10-29 23:31:13EDT bessel.lisp>
;; Time-stamp: <2014-12-26 13:18:35EST bessel.lisp>
;;
;; Copyright 2006, 2007, 2008, 2009, 2011 Liam M. Healy
;; Copyright 2006, 2007, 2008, 2009, 2011, 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)
;;;;****************************************************************************
;;;; Regular Cylindrical Bessel Functions
......
;; Absolute deviation
;; Liam Healy, Sun Dec 31 2006 - 13:19
;; Time-stamp: <2012-01-13 12:01:14EST absolute-deviation.lisp>
;; Time-stamp: <2014-12-26 13:18:37EST absolute-deviation.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)
;;; To do: stride other than 1 when that information is availble from
;;; the vector.
......
;; Autocorrelation
;; Liam Healy, Sun Dec 31 2006 - 13:19
;; Time-stamp: <2012-01-13 12:01:14EST autocorrelation.lisp>
;; Time-stamp: <2014-12-26 13:18:38EST autocorrelation.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)
;;; To do: stride other than 1 when that information is availble from
;;; the vector.
......
;; Skewness and kurtosis.
;; Liam Healy, Sun Dec 31 2006 - 14:20
;; Time-stamp: <2012-01-13 12:01:13EST higher-moments.lisp>
;; Time-stamp: <2014-12-26 13:16:00EST higher-moments.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,8 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
(in-package :gsl)
(named-readtables:in-readtable :antik)
;;; To do: stride other than 1 when that information is availble from
;;; the vector.
......
;; Median and percentile
;; Liam Healy, Sun Dec 31 2006 - 13:19
;; Time-stamp: <2012-01-13 12:01:12EST median-percentile.lisp>
;; Time-stamp: <2014-12-26 13:18:37EST median-percentile.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)
;;; To do: stride other than 1 when that information is availble from
;;; the vector.
......
;; Wavelet transforms.
;; Liam Healy, Mon Nov 26 2007 - 20:43
;; Time-stamp: <2012-01-13 12:01:10EST wavelet.lisp>
;; Time-stamp: <2014-12-26 13:18:35EST wavelet.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_wavelet.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment