We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b12df commit 9ebab6aCopy full SHA for 9ebab6a
src/Evaluate.jl
@@ -902,7 +902,7 @@ end
902
end
903
904
"""
905
- eval_tree_array(tree::AbstractExpressionNode, cX::AbstractMatrix, operators::GenericOperatorEnum; throw_errors::Bool=true)
+ eval_tree_array(tree::AbstractExpressionNode, cX::AbstractArray, operators::GenericOperatorEnum; throw_errors::Bool=true)
906
907
Evaluate a generic binary tree (equation) over a given input data,
908
whatever that input data may be. The `operators` enum contains all
0 commit comments