IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
Polynomial.h File Reference

This file provide utility functions for polynomial roots search. More...

#include <IPSDKMath/IPSDKMathExports.h>
#include <IPSDKUtil/BaseTypes.h>

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...
 

Detailed Description

This file provide utility functions for polynomial roots search.

Author
E. Noirfalise
Date
2013/4/29