How can I use the TemplateExpressionSpec() function for a function that depends on a single variable? #821
Unanswered
CleverCompiler-oss
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Ah, it's because you have to write |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am trying to determine the coefficient a in the sin(x) function, for the case when X is a vector using the following code:
An error appears as a result of the execution.: “JuliaError: MethodError: no method matching sin(::Base.Iterators.Repeated{ValidVector{Vector{Float64}}}) The function
sin
exists, but no method is defined for this combination of argument types.”.Can you tell me how to fix it? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions