File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,12 @@ namespace eigenpy
1717 using namespace Eigen ;
1818 namespace bp = boost::python;
1919
20- EigenSolverVisitor<Eigen:: MatrixXd>::expose (" EigenSolver" );
21- SelfAdjointEigenSolverVisitor<Eigen:: MatrixXd>::expose (" SelfAdjointEigenSolver" );
22- LLTSolverVisitor<Eigen:: MatrixXd>::expose (" LLT" );
23- LDLTSolverVisitor<Eigen:: MatrixXd>::expose (" LDLT" );
20+ EigenSolverVisitor<MatrixXd>::expose (" EigenSolver" );
21+ SelfAdjointEigenSolverVisitor<MatrixXd>::expose (" SelfAdjointEigenSolver" );
22+ LLTSolverVisitor<MatrixXd>::expose (" LLT" );
23+ LDLTSolverVisitor<MatrixXd>::expose (" LDLT" );
2424
2525 {
26- using namespace Eigen ;
2726 bp::enum_<DecompositionOptions>(" DecompositionOptions" )
2827 .value (" ComputeFullU" ,ComputeFullU)
2928 .value (" ComputeThinU" ,ComputeThinU)
You can’t perform that action at this time.
0 commit comments