You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yet, some commentaries / descriptions of the functions / classes are not strictly equivalent to the ones in the Eigen source code.
Should we make a perfect mirror of this documentation ?
One example, in eigen/decompositions.LDLT.hpp:
.def("matrixL", &matrixL, bp::arg("self"),
"Returns the lower triangular matrix L.")