Skip to content

JuliaReach/IntervalMatrices.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntervalMatrices.jl

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