MATLAB Application Program Interface Reference | Help Desk |
mxCopyPtrToComplex16
CopyCOMPLEX*16
values from a pointer array to a Fortran array
subroutine mxCopyPtrToComplex16(pr, pi, y, n) complex*16 y(n) integer*4 pr, pi, nn pi pr y
mxCopyPtrToComplex16
copies n
COMPLEX*16
values from the MATLAB arrays pointed to by pr
and pi
into the Fortran COMPLEX*16
array y
. This subroutine is essential for use with Fortran compilers that do not support the %VAL
construct in order to set up standard Fortran arrays for passing as arguments to the computation routine of a MEX-file.
mxCopyComplex16ToPtr