IntervalMatrices.jl

Matrices with interval coefficients in Julia
Author JuliaReach
Popularity
18 Stars
Updated Last
2 Months Ago
Started In
January 2018

IntervalMatrices.jl

Documentation Status Community Version-Specific Citation License
docs-dev CI codecov PkgEval aqua zulip JuliaHub DOI 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.