public static ndarray Flatten(this ndarray a, NPY_ORDER order) { return(NpyCoreApi.Flatten(a, order)); }