check_ndarray_is_hypercube# pybrops.core.error.error_value_numpy.check_ndarray_is_hypercube(v, vname)[source]# Check if a numpy.ndarray is a hypercube. Parameters: v (numpy.ndarray) – Input array. vname (str) – Name assigned to input array. Return type: None