Utils

About the Utils class

The WaveBlocks Project

@author: R. Bourquin @copyright: Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016 R. Bourquin @license: Modified BSD License

Class documentation

The WaveBlocks Project

Various small utility functions.

@author: R. Bourquin @copyright: Copyright (C) 2012, 2013 R. Bourquin @license: Modified BSD License

Utils.meshgrid_nd(arrays)[source]

Like ‘meshgrid()’ but for arbitrary number of dimensions.

Parameters:arrays – A list of arrays to form the tensor grid. All arrays have to be 1 or 0 dimensional.
Returns:The full tensor product mesh grid.