Changeset 4570 for trunk/psLib/src/math/psMinimize.h
- Timestamp:
- Jul 15, 2005, 2:42:28 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.h
r4540 r4570 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 49$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-07-1 2 19:12:01$10 * @version $Revision: 1.50 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-07-16 00:42:28 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 93 93 const psVector* yErr ///< Errors in coordinates, or NULL 94 94 ); 95 psSpline1D *psVectorFitSpline1DNEW( 96 const psVector* x, ///< Ordinates (or NULL to just use the indices) 97 const psVector* y, ///< Coordinates 98 int nKnots 99 ); 95 100 96 101 /** Specifies the format of a user-defined function that the general Levenberg-
Note:
See TracChangeset
for help on using the changeset viewer.
