:py:mod:`bempp.api.utils.data_types` ==================================== .. py:module:: bempp.api.utils.data_types .. autoapi-nested-parse:: Data type checks. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: bempp.api.utils.data_types.check_type bempp.api.utils.data_types.combined_type .. py:function:: check_type(name, default='float64') Try to convert input into a numpy.dtype object. .. py:function:: combined_type(dtype1, dtype2) Return a type that is compatible with dtype1 and dtype2.