Blender V4.3
poly.h File Reference
#include <stdio.h>
#include <algorithm>
#include <cmath>

Go to the source code of this file.

Namespaces

namespace  libmv
 

Functions

template<typename Real >
int libmv::SolveCubicPolynomial (Real a, Real b, Real c, Real *x0, Real *x1, Real *x2)
 
template<typename Real >
int libmv::SolveCubicPolynomial (const Real *coeffs, Real *solutions)