TABLE OF CONTENTS


ABINIT/m_bspline [ Modules ]

[ Top ] [ Modules ]

NAME

 m_bspline

FUNCTION

   This library contains routines for B-spline interpolation in
   one, two, and three dimensions. Part of the routines are based
   on the book by Carl de Boor: A practical guide to Splines (Springer,
   New-York 1978) and have the same calling sequence and names as
   the corresponding routines from the IMSL library. For documen-
   tation see the additional files. NOTE: The results in the demo
   routines may vary slightly on different architectures.

   by W. Schadow 12/04/99
   last changed by W. Schadow 07/28/2000
   VERSION 2.2 f90 VERSION

   Wolfgang Schadow
   TRIUMF
   4004 Wesbrook Mall
   Vancouver, B.C. V6T 2A3
   Canada

   email: schadow@triumf.ca  or  schadow@physik.uni-bonn.de

   www  : http://www.triumf.ca/people/schadow

  MG got it from http://netlib.org/a/bspllib.tgz

COPYRIGHT

   Copyright (C) 2000 Wolfgang Schadow

   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
   License as published by the Free Software Foundation; either
   version 2 of the License, or (at your option) any later version.

   This library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Library General Public License for more details.

   You should have received a copy of the GNU Library General Public
   License along with this library; if not, write to the
   Free Software Foundation, Inc., 59 Temple Place - Suite 330,
   Boston, MA  02111-1307, USA.

SOURCE

50 #if defined HAVE_CONFIG_H
51 #include "config.h"
52 #endif
53 
54 #include "abi_common.h"
55 
56 module m_bspline
57 
58  use m_abicore
59  use m_errors
60 
61  use defs_basis,   only : sp, dp, std_out
62 
63  implicit none
64 
65  private