Skip to content

Latest commit

 

History

796 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MathematicalSystems.jl

Documentation Status Community License
docs-dev CI codecov PkgEval aqua dev-commits zulip JuliaHub license

MathematicalSystems is a Julia package for mathematical systems interfaces.

Resources

Installing

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

To install this package, use the following command inside Julia's REPL:

using Pkg
Pkg.add("MathematicalSystems")

Testing

To run the tests from the command line:

$ julia --project=. -e 'using Pkg; Pkg.test()'

Or interactively from the Julia REPL:

julia> using Pkg; Pkg.activate(".")
julia> Pkg.test()

Releases

Used by

Contributors

Languages