CompiledFunction::cflist
Details
-
- This message is generated during compiled evaluation when an expression that is not a tensor occurs as an intermediate result that is expected to be a tensor.
- This error usually indicates a mismatch of tensor dimensions in addition, multiplication, or other operations that construct tensor results.
- A matching error will often occur during the subsequent uncompiled evaluation. The problem can then be identified by analyzing the corresponding uncompiled program.
- Off[message] switches off the message; On[message] switches it on. For example: Off[CompiledFunction::cflist].