Skip to content
Jean-Charles Roger edited this page Sep 21, 2016 · 3 revisions

Parameters

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.

Clone this wiki locally