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 bd9502e commit 2f08f42Copy full SHA for 2f08f42
README.md
@@ -18,7 +18,7 @@ A dynamic expression is a snippet of code that can change throughout
18
runtime - compilation is not possible!
19
20
DynamicExpressions.jl:
21
-1. Defines an enum over user-specified operators.
+1. Defines an enum over user-specified scalar operators.
22
2. Using this enum, it defines a very lightweight
23
and type-stable data structure for arbitrary expressions.
24
3. It then generates specialized evaluation kernels for
0 commit comments