Extends the BasisFunctions.jl package by additional basis functions (Lagrange, Bernstein, Splines).
MoreBasisFunctions.jl extends the BasisFunctions.jl
package from the FrameFun.jl ecosystem.
In order to conveniently install all dependencies, it is required to add the FrameFun registry.
From the Julia REPL, type ]
to enter Pkg mode and run
pkg> registry add https://github.com/FrameFunVC/FrameFunRegistry
Then, MoreBasisFunctions.jl can be installed by
pkg> add https://github.com/DDMGNI/MoreBasisFunctions.jl
The MoreBasisFunctions.jl package is licensed under the MIT "Expat" License.