SupportSite Index:OptiVec homeVectorLib MatrixLib CMATH Download Order Update |
SupportIf you have any questions concerning OptiVec, as a first step, please have a look into the documentation. You can download the documentation alone, without having to take the whole package.The installation of OptiVec is described in the file README.TXT. A general overview over the vector functions can be found in HANDBOOK.HTM. A detailed description of each vector function is given in FUNCREF.HTM. For the matrix functions, see MATRIX.HTM. For CMATH, see CMATH.HTM. Known ProblemsNew versions of operating systems and compilers may occasionally bring about compatibility problems. And, regrettably, we have made our share of errors, too. Finally, there are some points easily leading to misunderstandings. As far as we are aware, there are no bugs in the present version. We never publish a version with known problems, and if any bugs are discovered, we aim at publishing a corrected service release as soon as possible.Here are a few hints about frequently-asked points: Error: Trial period expired (right after installation)For the 32-bit Shareware versions, you do have to use SETUP.EXE in order to correctly start the 90-days trial period. Otherwise the clock will not be started.Error: Cannot initialize OptiVec / CMATHEither you try to install OptiVec / CMATH on Windows 2000 or XP without having Administrator privileges.Or OptiVec / CMATH has already been installed earlier on your computer: You cannot simply restart the clock for the evaluation period. We do allow a new evaluation period, but only after an intermission of 90 days. ZIP files cannot be un-zippedData transfer problems may occasionally lead to corrupted ZIP files. If you got error messages while attempting to open one of our ZIP files, please download again. If the problem persists, please notify us!VF_nonlinfit "does not work"If the nonlinear fitting functions do not work, most frequent reasons are:
Error message from Delphi: File not found: 'VecLib.dcu'Any Delphi version does not recognize units created for other Delphi versions. For example, OptiVec for XE 4 cannot be used with Delphi XE 5. Please be sure to download the specific OptiVec and CMATH units for your Delphi version.VD_Kepler or VE_Kepler hangs in an infinite loopSome add-on libraries switch the coprocessor into single precision, mainly for faster graphics calculations. Functions like VD_Kepler rely on iterative precision-controlled algorithms which will, of course, never converge to the specified precision if the coprocessor is only in single precision. Use V_getFPAccuracy to retrieve the current coprocessor precision, if you suspect it might not be in its default state. Use V_setFPAccuracy to switch it to full accuracy.After a change of the floating-point control word, OptiVec functions render inaccurate results or may even failAll OptiVec functions assume that the floating-point control word is in its default state. Whenever you change the rounding mode or the underflow mask, you must restore the original setting before calling an OptiVec function.The only thing you may safely change, is the floating-point precision. By switching to single-precision, you may speed up program execution quite considerably, especially whenever floating-point divisions are involved. In this case, however, be prepared to accept results of the more complicated single-precision OptiVec functions (especially complex-number math functions) an order of magnitude less accurate than the usual peak error of 2 to 4 FLT_EPSILON (3.0-6.0e-7). (But don't forget to switch back to double or extended precision, before calling higher-precision functions.) You should never change the floating-point precision when precision-controlled functions are involved: All data-fitting routines and V?_Kepler need the FP control word in its default state. Any other problems?We hope not! But if you encounter any problem, please let us know!Please, do not simply write "The function V_xyz does not work"! Rather, include the following information:
Contact UsYour feedback is always welcome. Please contact us in English, German, French, Dutch, or Russian, in any of the following ways:Postal Mail:
FAX +49 - 5231 - 70 17 782 E-Mail:
Copyright © 1998-2018 OptiCode – Dr. Martin Sander Software Development Last modified: 10 January 2018
|