-
Notifications
You must be signed in to change notification settings - Fork 2
Parameters
Jean-Charles Roger edited this page Sep 21, 2016
·
3 revisions
Currently in development see #4
MatrixStudio supports simulation parameters with constants (int only) accessible from:
- OpenCL kernels and libraries,
- Tasks parameters and
- Matrix parameters.
Each parameterable element will be a statically computable formula containing:
- simple numeric expressions:
+,-,*,/,%with common priorities, - parenthesis,
- access to other parameters (only parameters that defined upstream in the list).
A validation for all parameter able fields will present errors if the expression can't be computed.