Point Cloud Library (PCL)  1.7.0
Public Types | Public Member Functions
Eigen::PolynomialSolver< _Scalar, 2 > Class Template Reference

#include <pcl/registration/bfgs.h>

List of all members.

Public Types

typedef PolynomialSolverBase
< _Scalar, 2 > 
PS_Base

Public Member Functions

virtual ~PolynomialSolver ()
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.
template<typename OtherPolynomial >
void compute (const OtherPolynomial &poly)

Detailed Description

template<typename _Scalar>
class Eigen::PolynomialSolver< _Scalar, 2 >

Definition at line 13 of file bfgs.h.


Member Typedef Documentation

template<typename _Scalar >
typedef PolynomialSolverBase<_Scalar,2> Eigen::PolynomialSolver< _Scalar, 2 >::PS_Base

Definition at line 16 of file bfgs.h.


Constructor & Destructor Documentation

template<typename _Scalar >
virtual Eigen::PolynomialSolver< _Scalar, 2 >::~PolynomialSolver ( ) [inline, virtual]

Definition at line 21 of file bfgs.h.

template<typename _Scalar >
template<typename OtherPolynomial >
Eigen::PolynomialSolver< _Scalar, 2 >::PolynomialSolver ( const OtherPolynomial &  poly,
bool &  hasRealRoot 
) [inline]

Definition at line 24 of file bfgs.h.


Member Function Documentation

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 31 of file bfgs.h.

template<typename _Scalar >
template<typename OtherPolynomial >
void Eigen::PolynomialSolver< _Scalar, 2 >::compute ( const OtherPolynomial &  poly) [inline]

Definition at line 62 of file bfgs.h.


The documentation for this class was generated from the following file: