pyxc.core.processor.checker

Module Contents

Functions

is_structured_array(→ bool)

Check whether the provided array is structured.

pyxc.core.processor.checker.is_structured_array(array: numpy.ndarray) bool[source]

Check whether the provided array is structured.

Parameters:
arraynp.ndarray

Array to be checked.

Returns:
bool

True if the provided array is a structured array. False when the provided array is a non-structured array.

Notes

NumPy documentation