MathOps¶
- class modusa.tools.math_ops.MathOps[source]¶
Bases:
ModusaTool
Performs arithmetic and NumPy-style ops.
Note
Shape-changing operations like reshape, transpose, etc. are not yet supported. Use only element-wise or aggregation ops for now.
Index alignment must be handled carefully in future extensions.