YANG SHAOYI
YANG SHAOYI
Hello SymEngine Team, I hope you're doing well! I have a question regarding the support for external function registration and derivative handling in SymEngine. In the Julia Symbolics library, there...
I have just come into contact with this project and would like to ask if flash computing currently implements inside-out mode calculations. If not, I can provide relevant help in...
Problem: When defining variables with bounds using @variables (e.g., @variables x [bounds=(0, 1)]), these bounds are not enforced during nonlinear equation solving with NonlinearSolve.jl. This leads to solutions violating the...
I installed the drogon library with vcpkg, but when compiling with clang in my project, vcpkg uses msvc to compile the "\wd4251 \wd4275" introduced by drogon, and it causes a...