IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Polynomial.h
Go to the documentation of this file.
1 // Polynomial.h:
3 // -------------
4 //
14 
15 #ifndef __IPSDKMATH_POLYNOMIAL_H__
16 #define __IPSDKMATH_POLYNOMIAL_H__
17 
19 #include <IPSDKUtil/BaseTypes.h>
20 
21 namespace ipsdk {
22 namespace math {
23 
26 
40  ipReal64& x1, ipReal64& x2);
41 
44 
45 } // end of namespace math
46 } // end of namespace ipsdk
47 
48 #endif // __IPSDKMATH_POLYNOMIAL_H__
Definition of import/export macro for library.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
Base types for multiplatform compatibility.
#define IPSDKMATH_API
Import/Export macro for library IPSDKMath.
Definition: IPSDKMathExports.h:27
IPSDKMATH_API ipUInt32 solveQuadratic(ipReal64 a, ipReal64 b, ipReal64 c, ipReal64 &x1, ipReal64 &x2)
second order polynomial real roots search
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53