S09001
Error Code
S09001
Error Message
JIT: Function passed as the argument to the JIT function can only take
integral or floating-point scalars. RefId: S09001
Probable Causes
When a function is passed as a parameter to a JIT function, its scalar parameters can only be of integral or floating-point types.
Solutions
Ensure that the scalar parameters of the passed function are of integral or floating-point types.