Home

Awesome

Mogu: a Collection of Simple Numerical Routines

CircleCI GitHub release Updates Python 3

This is a numerical packages collecting various routines of numerical algorithms. This is not only for convenience, but also demonstration.

I tried to make each file to be independent of each other. If there are functions that are universally used, they will be put into the package mogu.util. However, I try my best to keep the number of these functions as few as possible.

Installation

You must have numpy pre-installed. GCC and GFORTRAN compilers have to be available in the machine. After ensuring they have been installed, type the following to install mogu:

>>> pip install -U mogu

Functionalities

News