MATLAB PARALLEL COMPUTING TOOLBOX - S User's Guide Page 543

  • Download
  • Add to my manuals
  • Print
  • Page
    / 656
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 542
mxGPUIsSparse (C)
11-199
mxGPUIsSparse (C)
Determine if mxGPUArray contains sparse GPU data
C Syntax
#include "gpu/mxGPUArray.h"
int mxGPUIsSparse(mxGPUArray const * mp);
Arguments
mp
Pointer to an mxGPUArray to be queried for sparse data.
Returns
Integer indicating true result:
1 indicates the input is a sparse gpuArray.
0 indicates the input is not a sparse gpuArray.
See Also
mxGPUIsValidGPUData | mxIsGPUArray
Page view 542
1 2 ... 538 539 540 541 542 543 544 545 546 547 548 ... 655 656

Comments to this Manuals

No comments