-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Here I have a module with a short and simple implementation of a Vandermonde matrix inverse:
https://gitlab.com/nsajko/PolynomialPassingThroughIntervals.jl/-/blob/main/src/VandermondeInverse.jl
The module depends on the SkipVectors
module, located in the same directory.
As far as I remember VandermondeInverse.vandermonde_inv
offers a huge improvement in accuracy over using SpecialMatrices.jl, and sometimes it's significantly faster, too.
Do you want a PR? If so, do you have any suggestions regarding the code, or testing, or perhaps do you want some benchmarks?