crowlogic / arb4j

arb4j is a Java API for the arbitrary precision ball arithmetic library found at http://arblib.org
Other
1 stars 0 forks source link

Implement Christoffel-Darbeaux Kernel #340

Closed crowlogic closed 5 months ago

crowlogic commented 6 months ago

$$ Kn(x, y) = \sum{k=0}^{n} p_k(x) p_k(y) $$

crowlogic commented 5 months ago

actually.. I found a better way to solve it.. dont need this for now. woop