Documentation | Status | Community | Version-Specific Citation | License |
---|---|---|---|---|
IntervalMatrices.jl
is a Julia package to work with
matrices that have interval coefficients.
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.
A quickstart guide is available in the documentation.