DiscretizedSpaceElement.astype¶
- DiscretizedSpaceElement.astype(dtype)[source]¶
Return a copy of this element with new
dtype
.- Parameters:
- dtype
Scalar data type of the returned space. Can be provided in any way the
numpy.dtype
constructor understands, e.g. as built-in type or as a string. Data types with non-trivial shapes are not allowed.
- Returns:
- newelem
DisceteLpElement
Version of this element with given data type.
- newelem