File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ void exposeIsApprox() {
3838 " Returns True if A is approximately equal to B, within the "
3939 " precision determined by prec." );
4040
41- bp::def (" is_approx" ,
42- (bool (*)(const Eigen::SparseMatrixBase<SparseMatrixXs> &,
43- const Eigen::SparseMatrixBase<SparseMatrixXs> &,
44- const RealScalar &)) &
45- is_approx,
46- (bp::arg (" A" ), bp::arg (" B" ), bp::arg (" prec" ) = dummy_precision),
47- " Returns True if A is approximately equal to B, within the "
48- " precision determined by prec." );
41+ // bp::def("is_approx",
42+ // (bool (*)(const Eigen::SparseMatrixBase<SparseMatrixXs> &,
43+ // const Eigen::SparseMatrixBase<SparseMatrixXs> &,
44+ // const RealScalar &)) &
45+ // is_approx,
46+ // (bp::arg("A"), bp::arg("B"), bp::arg("prec") = dummy_precision),
47+ // "Returns True if A is approximately equal to B, within the "
48+ // "precision determined by prec.");
4949}
5050
5151BOOST_PYTHON_MODULE (eigenpy_pywrap) {
You can’t perform that action at this time.
0 commit comments