We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d89207 commit c7d6a49Copy full SHA for c7d6a49
symengine/lib/symengine.pxd
@@ -1099,6 +1099,7 @@ cdef extern from "<symengine/solve.h>" namespace "SymEngine":
1099
cdef extern from "<symengine/printers.h>" namespace "SymEngine":
1100
string ccode(const Basic &x) nogil except +
1101
string latex(const Basic &x) nogil except +
1102
+ string latex(const DenseMatrix &x, unsigned max_rows, unsigned max_cols) nogil except +
1103
1104
## Defined in 'symengine/cwrapper.cpp'
1105
cdef struct CRCPBasic:
0 commit comments