Utils module
The Utils
module provides a place to define auxiliary/convenience functions and structures that do not naturally fit into the other modules. These functions/structures are indexed below:
Index
WavePropBase.Utils.SType
WavePropBase.Utils.abstractmethod
WavePropBase.Utils.assert_extension
WavePropBase.Utils.blockmatrix_to_matrix
WavePropBase.Utils.blockvector_to_vector
WavePropBase.Utils.cart2pol
WavePropBase.Utils.cart2sph
WavePropBase.Utils.cross_product_matrix
WavePropBase.Utils.diagonalblockmatrix_to_matrix
WavePropBase.Utils.enable_debug
WavePropBase.Utils.matrix_to_blockmatrix
WavePropBase.Utils.notimplemented
WavePropBase.Utils.pol2cart
WavePropBase.Utils.print_threads_info
WavePropBase.Utils.sort_by_type
WavePropBase.Utils.sph2cart
WavePropBase.Utils.svector
WavePropBase.Utils.vector_to_blockvector
WavePropBase.Utils.@interface