IntervalMatrices.jl

Matrices with interval coefficients in Julia
Author JuliaReach
Popularity
15 Stars
Updated Last
1 Year Ago
Started In
January 2018

IntervalMatrices.jl

Documentation Status Community License
docs-dev CI codecov gitter license

IntervalMatrices.jl is a Julia package to work with matrices that have interval coefficients.

IntervalMatrices.jl

Resources

Installing

This package requires Julia v1.0 or later. Refer to the official documentation on how to install and run Julia on your system.

To install this package, run the following from the Julia REPL:

julia> import Pkg; Pkg.add("IntervalMatrices")

Other installation options can be found in the manual.

Quickstart

A quickstart guide is available in the documentation.