Changeset 21183 for trunk/psLib/src/math/psMinimizePolyFit.h
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizePolyFit.h (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizePolyFit.h
r11248 r21183 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $10 * @date $Date: 200 7-01-23 22:47:23$9 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2009-01-27 06:39:38 $ 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 12 12 * … … 48 48 psPolynomial1D *poly, 49 49 const psVector *mask, 50 ps MaskType maskValue,50 psVectorMaskType maskValue, 51 51 const psVector *f, 52 52 const psVector *fErr, … … 57 57 psPolynomial2D *poly, 58 58 const psVector *mask, 59 ps MaskType maskValue,59 psVectorMaskType maskValue, 60 60 const psVector *f, 61 61 const psVector *fErr, … … 67 67 psPolynomial3D *poly, 68 68 const psVector *mask, 69 ps MaskType maskValue,69 psVectorMaskType maskValue, 70 70 const psVector *f, 71 71 const psVector *fErr, … … 78 78 psPolynomial4D *poly, 79 79 const psVector *mask, 80 ps MaskType maskValue,80 psVectorMaskType maskValue, 81 81 const psVector *f, 82 82 const psVector *fErr, … … 92 92 psStats *stats, 93 93 const psVector *mask, 94 ps MaskType maskValue,94 psVectorMaskType maskValue, 95 95 const psVector *f, 96 96 const psVector *fErr, … … 102 102 psStats *stats, 103 103 const psVector *mask, 104 ps MaskType maskValue,104 psVectorMaskType maskValue, 105 105 const psVector *f, 106 106 const psVector *fErr, … … 113 113 psStats *stats, 114 114 const psVector *mask, 115 ps MaskType maskValue,115 psVectorMaskType maskValue, 116 116 const psVector *f, 117 117 const psVector *fErr, … … 125 125 psStats *stats, 126 126 const psVector *mask, 127 ps MaskType maskValue,127 psVectorMaskType maskValue, 128 128 const psVector *f, 129 129 const psVector *fErr,
Note:
See TracChangeset
for help on using the changeset viewer.
