Skip to content

Add extra math operations on functors (abs, sqrt, where, power, arccos and exp)

Abhijit Mathad requested to merge AM_pow into 2024-patches

Add few extra math operators for the functors.

  • fmath.sqrt(f)
  • fmath.where(cond, f1, f2)
  • fmath.power(f)
  • fmath.exp(f)
  • fmath.abs(f)

These operations are used in the input variables for the MVA inference in the DV example.

To be tested with: Moore!2981 (merged)

Edited by Abhijit Mathad

Merge request reports