orthax.polyutils.trimseq
- orthax.polyutils.trimseq(seq)Source
Remove small Poly series coefficients.
- Parameters:
seq (sequence) – Sequence of Poly series coefficients.
- Returns:
series (sequence) – Subsequence with trailing zeros removed. If the resulting sequence would be empty, return the first element. The returned sequence may or may not be a view.
Notes
Not compatible with JAX transformations due to non-static output size.