#include <pcl/registration/bfgs.h>
|
using | PS_Base = PolynomialSolverBase< _Scalar, 2 > |
|
|
virtual | ~PolynomialSolver ()=default |
|
template<typename OtherPolynomial > |
| PolynomialSolver (const OtherPolynomial &poly, bool &hasRealRoot) |
|
template<typename OtherPolynomial > |
void | compute (const OtherPolynomial &poly, bool &hasRealRoot) |
| Computes the complex roots of a new polynomial. More...
|
|
template<typename OtherPolynomial > |
void | compute (const OtherPolynomial &poly) |
|
template<typename _Scalar>
class Eigen::PolynomialSolver< _Scalar, 2 >
Definition at line 12 of file bfgs.h.
◆ PS_Base
template<typename _Scalar >
using Eigen::PolynomialSolver< _Scalar, 2 >::PS_Base = PolynomialSolverBase<_Scalar, 2> |
◆ ~PolynomialSolver()
template<typename _Scalar >
◆ PolynomialSolver()
template<typename _Scalar >
template<typename OtherPolynomial >
Eigen::PolynomialSolver< _Scalar, 2 >::PolynomialSolver |
( |
const OtherPolynomial & |
poly, |
|
|
bool & |
hasRealRoot |
|
) |
| |
|
inline |
◆ compute() [1/2]
template<typename _Scalar >
template<typename OtherPolynomial >
void Eigen::PolynomialSolver< _Scalar, 2 >::compute |
( |
const OtherPolynomial & |
poly | ) |
|
|
inline |
◆ compute() [2/2]
template<typename _Scalar >
template<typename OtherPolynomial >
void Eigen::PolynomialSolver< _Scalar, 2 >::compute |
( |
const OtherPolynomial & |
poly, |
|
|
bool & |
hasRealRoot |
|
) |
| |
|
inline |
Computes the complex roots of a new polynomial.
Definition at line 29 of file bfgs.h.
The documentation for this class was generated from the following file: