ptypy.utils.math_utils#
Numerical util functions.
This file is part of the PTYPY package.
- copyright:
Copyright 2014 by the PTYPY team, see AUTHORS.
- license:
see LICENSE for details.
Functions
|
Squared absolute value for an array A. |
|
Squared absolute value for an array A. |
|
Backward first order derivative for finite difference calculation. |
|
Central first order derivative for finite difference calculation. |
|
Forward first order derivative for finite difference calculation. |
|
Evaluates gaussian with full width half maximum |
|
Evaluates gaussian standard normal |
|
Evaluates normalized 2D gaussian on array of dimension size. |
|
Wrapper for scipy.ndimage.gaussian_filter, that determines whether original or the complex function shall be used. |
|
Gaussian filter along the last 2 axes |
|
Norm. |
|
Squared norm |
|
Orthogonalize the given list of modes or ndarray along first axis. |
|
Richardson Lucy deconvolution on a 2D numpy array. |
|
Smoothed step function with fwhm mfs Evaluates the error function scipy.special.erf. |