We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
insupport
There is no way to know if the input is scalar since we want to be able to work with other types like Static or symbolic values.
Static
See:
I don't know of a good way to check this, since x might be a symbolic or static value that's not <:Real. For example, see SciML/Static.jl#64 (comment)
x
<:Real
Originally posted by @cscherrer in #56 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is no way to know if the input is scalar since we want to be able to work with other types like
Static
or symbolic values.See:
Originally posted by @cscherrer in #56 (comment)
The text was updated successfully, but these errors were encountered: