Copy the data in an MPI matrix to a CPU matrix. They can be of different fundamental types (e.g. float/double).

cpu2mpi(cpu_in, mpi_out)

Arguments

cpu_in

Input.

mpi_out

Ouput.

Value

Returns NULL.