scipy_helper_functions

Auxiliary functions for SciPy routines.

This module can be called from mdtools via the shortcut sph:

import mdtools as mdt
mdt.sph  # insetad of mdt.scipy_helper_functions

Functions

multiple_multiply

Multiply multiple objects that have a mutiply() method at once.