mpi_array.globale_ufunc_test.GndarrayUfuncTest.convert_func_args_to_gndarrays¶
-
GndarrayUfuncTest.convert_func_args_to_gndarrays(converter, func_args)[source]¶ Parameters: - converter (
ToGndarrayConverter) – Used to convert thenumpy.ndarrayinstances offunc_argstompi_array.globale.gndarrayinstances. - func_args (sequence of
numpy.ndarrayor array-like objects) – Sequence of array-like objects. Can be comprised of misture ofnumpy.ndarrayinstances, scalars or (broadcastable) sequences (e.g. tuple of scalars) elements.
Return type: Returns: The
func_argslist withnumpy.ndarrayinstances converted tompi_array.globale.gndarrayinstances.- converter (