-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose MatrixSymbol, BlockMatrix, BlockDiagMatrix, etc. #36
Comments
In SymEngine there's support for I have a question about how to wrap this. Should symengine.rb wrap I tried matrix functionalities with |
I'm confused about what you're asking in the last paragraph. Can you give me an example? |
Okay, so I believe this is the (or a) cause (then also a few other similar lines, like 52). That doesn't necessarily help you, but I wanted to track it down and make sure I understood the problem. It's called by the C version of getrf we've written for Ruby objects. The problem is that the LAPACK/BLAS functions are primarily numeric algorithms, so they do use </> comparisons. What happens if you call |
I get this
|
This puzzled me for a while, and then I realized it's definitely a bug in NMatrix. Let me get back to you. |
It'd be great if I could do differentiation on vectors and matrices. (Is this something that can be done in Python SymEngine right now?)
http://docs.sympy.org/latest/modules/matrices/expressions.html
I'd like to be able to compute (and evaluate) Jacobians.
The text was updated successfully, but these errors were encountered: