multivar_horner
multivar_horner copied to clipboard
recode factorisation in functional paradigm
currently the factorisation progress has been coded in highly unefficient OOP style. move towards more pythonic functional paradigm use data classes as containers for the properties use only functions processing data classes (as input arguments)