Root finding functions for Julia This package contains simple routines for finding roots, or zeros, of scalar functions of a single real variable using floating-point math. The find_zero function ...
A secondary purpose of this repository is to provide a generalized graph API that enables implementation of a very wide range of in-memory graph algorithms including basic methods for reading, writing ...