CardinalBSplines.jl Documentation

A Julia package for B-splines operations

For installation instructions, see Installation.

For a full description of the functionality use the manual:

Installation

CardinalBSplines.jl is not added to the Julia General registry and depends on a unregistered package InfiniteVectors.jl.

For Julia 1.1 or higher, you can add the FrameFun registry and than add CardinalBSplines. From the Julia REPL, type ] to enter Pkg mode and run

pkg> add https://github.com/FrameFunVC/FrameFunRegistry
pkg> add CardinalBSplines

Legacy

In Julia 1.0, the packages can be installed by cloning their git repository. From the Julia REPL, type ] to enter Pkg mode and run

pkg> add https://github.com/FrameFunVC/InfiniteVectors.jl
pkg> add https://github.com/FrameFunVC/CardinalBSplines.jl

or in a file you could use

using Pkg
pkg"add https://github.com/FrameFunVC/InfiniteVectors.jl"
pkg"add https://github.com/FrameFunVC/CardinalBSplines.jl"