Skip to content
Snippets Groups Projects
Verified Commit f90a8ab0 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fortran MEX: mark array pointers returned by MEX functions as contiguous

This can make a difference when the return value of those function is directly
passed to a BLAS/LAPACK function.

On the other hand, if the return value is first stored in a pointer variable,
then it seems necessary to explicitly say that this pointer is also contiguous.
parent dc2695a1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment