Utilities (mqr.utils)#

Functions

make_ordinal(n)

Convert an integer into its ordinal representation

clip_where(a, a_min, a_max, where)

Clamp a so that a_min <= a <= a_max is true or all true, masked by where.

fredholm2(t0, fn_K, fn_g, lmda, x, w)

Solve a Fredholm equation of the second kind.