Changeset 896 in Sophya for trunk/SophyaLib/NTools/cspline.h
- Timestamp:
- Apr 12, 2000, 7:50:34 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/cspline.h
r501 r896 8 8 // Class CSpline et CSpline2 selon Numerical Receipes (cmv 17/02/97) 9 9 /////////////////////////////////////////////////////////////////// 10 class CSpline EXC_AWARE { 10 namespace SOPHYA { 11 12 //! Spline fit to a set of points Y=f(X) (as in Numerical Receipes). 13 class CSpline { 11 14 12 15 public: … … 71 74 72 75 /////////////////////////////////////////////////////////////////// 73 class CSpline2 EXC_AWARE { 76 //! 2D Spline fit to a set of points Y=f(X1,X2) (as in Numerical Receipes). 77 class CSpline2 { 74 78 75 79 public: … … 116 120 }; 117 121 122 } // Fin du namespace 123 118 124 #endif /* CSPLINE_H_SEEN */
Note:
See TracChangeset
for help on using the changeset viewer.