Compile::ctyp2
Details
-
- This message is generated when the type specification for a parameter in Compile does not have the correct form.
- An explicit type specification should be a list of the form {x,t} giving the name x and the type t of the parameter, or a list of the form {x,t,n} that includes the tensor rank n of the parameter if the parameter is a tensor.
- The type of a parameter can be _Integer, _Real, _Complex, or True|False.
- Parameter type and rank specifications are listed in the first argument of Compile.
- Off[message] switches off the message; On[message] switches it on. For example: Off[Compile::ctyp2].