Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 804 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 804 Bytes

MoreBasisFunctions.jl

Extends the BasisFunctions.jl package by additional basis functions (Lagrange, Bernstein, Splines).

Installation

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

License

The MoreBasisFunctions.jl package is licensed under the MIT "Expat" License.