- Timestamp:
- Aug 15, 2023, 4:42:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psLib/src/math/psSpline.c
r42336 r42499 194 194 *****************************************************************************/ 195 195 psSpline1D *psSpline1DFitVector( 196 const psVector* x, ///< Ordinates.197 const psVector* y, ///< Coordinates.198 psF32 dyLower, ///< 1st derivative at lower bound199 psF32 dyUpper) ///< 1st derivative at upper bound196 const psVector* x, ///< Ordinates. 197 const psVector* y, ///< Coordinates. 198 psF32 dyLower, ///< if not NAN, lower-bound 1st derivative is defined 199 psF32 dyUpper) ///< if not NAN, lower-bound 1st derivative is defined 200 200 { 201 201 psTrace("psLib.math", 3, "---- %s() begin ----\n", __func__);
Note:
See TracChangeset
for help on using the changeset viewer.
