![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
This file provide utility functions for polynomial roots search. More...
Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::math | |
| Namespace agregating IPSDK mathematical routines and classes. | |
Functions | |
| IPSDKMATH_API ipUInt32 | ipsdk::math::solveQuadratic (ipReal64 a, ipReal64 b, ipReal64 c, ipReal64 &x1, ipReal64 &x2) |
| second order polynomial real roots search More... | |
This file provide utility functions for polynomial roots search.
1.8.14