e3x.ops

Custom basic operations used in e3x.

Operations defined in this submodule either simplify working with index lists, parameter initialization, or are numerically safe alternatives to standard operations.

Modules

e3x.ops.helpers

Helper functions that simplify other operations.

e3x.ops.indexed

Utility functions for performing indexed operations.

e3x.ops.safe

Numerically stable and nan-safe implementations of common operations.