RecurrenceRelationships v0.2.0
Breaking changes
- Modifies the lengths of
forwardrecurrence(A, B, C, x)
to maximise computed OPs - Add
dims
keyword toclenshaw
Merged pull requests:
- Support dims keywords for matrix coefficients, Mutate first argument (#13) (@dlfivefifty)
- Support matrix-valued forward recurrence (#14) (@dlfivefifty)
- Given n recurrence compute up to Pn (#16) (@agerlach)
Closed issues:
- Coefficient Length and Polynomial Order Discrepencies (#15)