Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 613 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 613 Bytes

Build Status

MPSolve.jl

This repository contains the Julia interface to the MPSolve polynomial rootfinder. It requires Julia version no less than 1.3-RC4. You can install the package in your Julia environment by typing

 julia> Pkg.add("https://github.com/robol/MPSolve.jl.git")

Notice that in order to use the package, you will need to have libmps available on the system. See the official MPSolve website for instructions on getting MPSolve up and running.