Home

Awesome

LinearInterpolators

Doc. Dev License Build Status Build Status Coverage

The LinearInterpolators package provides many linear interpolation methods for Julia. These interpolations are linear in the sense that the result depends linearly on the input.

The documentation for the master version is here.

Features

Installation

The easiest way to install LinearInterpolators is via Julia's package manager:

using Pkg
pkg"add LinearInterpolators"