Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 831 Bytes

index.md

File metadata and controls

27 lines (19 loc) · 831 Bytes

BSplines.jl

This package provides data types and functions for working with B-splines as a means to approximate real functions.

Installation

This package is compatible with Julia ≥ 1.0. It can be installed by typing

] add BSplines

in the Julia REPL.

Acknowledgments

The algorithms used for evaluating B-splines and their derivatives are adapted from the Fortran code found in Carl de Boor’s book A practical Guide to Splines 1, in particular from the subroutines BSPLVB, BSPLVD and BVALUE. This package is published with his permission.

Manual outline

Pages = ["basis.md", "spline.md", "functions.md", "plotting.md"]

Footnotes

  1. Carl de Boor, A Practical Guide to Splines, New York, N.Y.: Springer-Verlag, 1978.