YAKL
Namespaces | Functions
YAKL_intrinsics_pack.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 yakl
 
 yakl::intrinsics
 The intrinsics namespace contains a limited Fortran-like intrinsics library.
 

Functions

template<class T , int rank, int myStyle>
Array< T, 1, memDevice, myStyle > yakl::intrinsics::pack (Array< T, rank, memDevice, myStyle > const &arr, Array< bool, rank, memDevice, myStyle > const &mask=Array< bool, rank, memDevice, myStyle >())
 
template<class T , int rank, int myStyle>
Array< T, 1, memHost, myStyle > yakl::intrinsics::pack (Array< T, rank, memHost, myStyle > const &arr, Array< bool, rank, memHost, myStyle > const &mask=Array< bool, rank, memHost, myStyle >())