Changeset 6305 for trunk/psLib/src/math/psSpline.h
- Timestamp:
- Feb 2, 2006, 11:09:08 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.h
r5517 r6305 12 12 * @author GLG, MHPCC 13 13 * 14 * @version $Revision: 1.5 8$ $Name: not supported by cvs2svn $15 * @date $Date: 200 5-11-15 20:10:32$14 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-02-02 21:09:08 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 92 92 ); 93 93 94 /** Performs a binary disection on a given vector.95 * Searches through an array of data for a specified value.96 *97 * @return psS32 corresponding index number of specified value98 */99 psS32 p_psVectorBinDisect(100 psVector *bins, ///< Array of non-decreasing values101 psScalar *x ///< Target value to find102 );103 104 /** Interpolates a series of data points for evaluation at a specific coordinate. Uses a105 * Lagrange interpolation method.106 *107 * @return psScalar* Lagrange interpolation value at given location108 */109 psScalar *p_psVectorInterpolate(110 psVector *domain, ///< Domain (x coords) for interpolation111 psVector *range, ///< Range (y coords) for interpolation112 psS32 order, ///< Order of interpolation function113 psScalar *x ///< Location at which to evaluate114 );115 116 94 /** \} */ // End of MathGroup Functions 117 95
Note:
See TracChangeset
for help on using the changeset viewer.
