-
Notifications
You must be signed in to change notification settings - Fork 157
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
Can you remove NanMath from build_function output? #1100
Comments
You can pass |
Are there docs anywhere on incorporating a function made by |
I don't understand, you can just gensym if you want? |
Right now I call |
It's an anonymous function, it doesn't have a name.
JuliaSimCompiler has a few techniques to accelerate it by directly targeting LLVM and doing custom passes. |
Is there a way to tell Symbolics to build a function without the use of NanMath? I'm using the generated functions inside one of my packages and would like to not have the extra dependency. Its not a big deal if you cannot.
The text was updated successfully, but these errors were encountered: