- Timestamp:
- Aug 15, 2023, 4:56:54 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psLib/src/math/psPolynomial.h
r42336 r42492 161 161 ) PS_ATTR_MALLOC; 162 162 163 bool psPolynomial1DRecycle(psPolynomial1D *poly, 164 psPolynomialType type, 165 unsigned int nX); 166 163 167 bool psPolynomial2DRecycle(psPolynomial2D *poly, 164 168 psPolynomialType type, 165 169 unsigned int nX, 166 170 unsigned int nY); 171 172 psPolynomial1D *psPolynomial1DCopy(psPolynomial1D *out, 173 psPolynomial1D *poly); 167 174 168 175 psPolynomial2D *psPolynomial2DCopy(psPolynomial2D *out,
Note:
See TracChangeset
for help on using the changeset viewer.
