7 #if EIGEN_VERSION_AT_LEAST(3,2,0) 12 #if EIGEN_VERSION_AT_LEAST(3,3,5) 20 using namespace Eigen;
21 ConjugateGradientVisitor< ConjugateGradient<MatrixXd,Lower|Upper> >
::expose();
22 #if EIGEN_VERSION_AT_LEAST(3,3,5) 23 LeastSquaresConjugateGradientVisitor< LeastSquaresConjugateGradient<MatrixXd, LeastSquareDiagonalPreconditioner<MatrixXd::Scalar> > >
::expose();
27 ConjugateGradientVisitor< ConjugateGradient<MatrixXd,Lower|Upper,IdentityPreconditioner > >
::expose(
"IdentityConjugateGradient");
void EIGENPY_DLLAPI exposeSolvers()
void expose()
Call the expose function of a given type T.