Miscellaneous math-related utilities
java
integration
math
clustering
optimization
interpolation
solver
least-squares
fitting
polynomial
stat
transforms
-
Updated
Mar 3, 2022 - Java
a user might want to represent and evaluate multiple polynomials (different coefficients) with the same properties.
This is useful e.g. for gradients (= partial derivative polynomial for each dimension)!
add support for 2D coefficient arrays and adjust Numba jit compilation.
then the gradient can be returned as a single polynomial with the same exponents but 2D coefficients or multiple distinct