Skip to content

Commit

Permalink
Modification for python bindings
Browse files Browse the repository at this point in the history
damien-masse committed Nov 5, 2024
1 parent 05b2175 commit 21a61f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -47,10 +47,10 @@ void export_IntervalMatrixBase(py::module& m, py::class_<S>& pyclass)
V_INTERVALMATRIXBASE_SVROWSCOLS_MID_CONST)

.def("mig", &S::mig,
V_INTERVALMATRIXBASE_SV_MIG_CONST)
V_INTERVALMATRIXBASE_SVROWSCOLS_MIG_CONST)

.def("mag", &S::mag,
V_INTERVALMATRIXBASE_SV_MAG_CONST)
V_INTERVALMATRIXBASE_SVROWSCOLS_MAG_CONST)

.def("rand", &S::rand,
V_INTERVALMATRIXBASE_SVROWSCOLS_RAND_CONST)

0 comments on commit 21a61f1

Please sign in to comment.