Changeset 2741 for trunk/psLib/src/math/psMinimize.c
- Timestamp:
- Dec 16, 2004, 2:18:31 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.c
r2739 r2741 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.9 4$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-12-1 6 23:04:17$11 * @version $Revision: 1.95 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-12-17 00:18:31 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1049 1049 PS_VECTOR_CHECK_TYPE_F32_OR_F64(x, NULL); 1050 1050 PS_VECTOR_CONVERT_F32_TO_F64_STATIC(x, x64, x64Static); 1051 if (myPoly->type == PS_POLYNOMIAL_CHEB) { 1052 p_psNormalizeVectorRangeF64(x64, -1.0, 1.0); 1053 } 1051 1054 } 1052 1055 PS_VECTOR_CHECK_SIZE_EQUAL(x64, y64, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
