-
- Downloads
Bytecode MEX: simplify printing of numerical errors in expression
In particular, no longer rely on a duplicate implementation of the evaluator to locate where the NaN or Inf is produced. Rather directly pass the pointer to the faulty operator.
Showing
- mex/sources/bytecode/ErrorHandling.hh 52 additions, 431 deletionsmex/sources/bytecode/ErrorHandling.hh
- mex/sources/bytecode/Evaluate.cc 6 additions, 5 deletionsmex/sources/bytecode/Evaluate.cc
- mex/sources/bytecode/Evaluate.hh 14 additions, 0 deletionsmex/sources/bytecode/Evaluate.hh
- mex/sources/bytecode/Interpreter.cc 2 additions, 1 deletionmex/sources/bytecode/Interpreter.cc
- mex/sources/bytecode/bytecode.cc 5 additions, 6 deletionsmex/sources/bytecode/bytecode.cc
Loading