Changeset 1654
- Timestamp:
- Dec 16, 2008, 5:29:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/regression/GSLInterpolation.h
r1653 r1654 35 35 \brief Base class for interfacing GSL interpolation. 36 36 37 The GSL interpolation is described in 38 \link39 http://www.gnu.org/software/gsl/manual/html_node/Interpolation.html40 \endlink. The41 GSL library provides a variety of interpolation methods,37 The GSL interpolation is described in the 38 <A HREF= 39 "http://www.gnu.org/software/gsl/manual/html_node/Interpolation.html"> 40 GSL Manual.</A> 41 The GSL library provides a variety of interpolation methods, 42 42 including Cubic splines and Akima splines. Interpolations can be 43 43 defined for both normal and periodic boundary
Note: See TracChangeset
for help on using the changeset viewer.