bempp.api.utils.data_types

Data type checks.

Module Contents

Functions

check_type(name[, default])

Try to convert input into a numpy.dtype object.

combined_type(dtype1, dtype2)

Return a type that is compatible with dtype1 and dtype2.

bempp.api.utils.data_types.check_type(name, default='float64')

Try to convert input into a numpy.dtype object.

bempp.api.utils.data_types.combined_type(dtype1, dtype2)

Return a type that is compatible with dtype1 and dtype2.