- Timestamp:
- Aug 16, 2023, 10:30:15 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psLib/src/math/psMinimizePolyFit.h
r42492 r42506 144 144 ); 145 145 146 bool psVectorIRLSFitPolynomial2D( 147 psPolynomial2D *poly, 148 psStats *stats, 149 const psVector *mask, 150 psVectorMaskType maskValue, 151 const psVector *f, 152 const psVector *fErr, 153 const psVector *x, 154 const psVector *y 155 ); 156 157 bool psVectorIRLSFitPolynomial3D( 158 psPolynomial3D *poly, 159 psStats *stats, 160 const psVector *mask, 161 psVectorMaskType maskValue, 162 const psVector *f, 163 const psVector *fErr, 164 const psVector *x, 165 const psVector *y, 166 const psVector *z 167 ); 168 169 bool psVectorIRLSFitPolynomial4D( 170 psPolynomial4D *poly, 171 psStats *stats, 172 const psVector *mask, 173 psVectorMaskType maskValue, 174 const psVector *f, 175 const psVector *fErr, 176 const psVector *x, 177 const psVector *y, 178 const psVector *z, 179 const psVector *t 180 ); 181 146 182 /// @} 147 183 #endif // #ifndef PS_MINIMIZE_POLYFIT_H
Note:
See TracChangeset
for help on using the changeset viewer.
