YAKL
Namespaces | Functions
YAKL_intrinsics_transpose.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 myMem, int myStyle>
Array< T, 2, myMem, myStyle > yakl::intrinsics::transpose (Array< T, 2, myMem, myStyle > const &in, Stream stream=Stream())
 
template<class B1 , class B2 , class T >
YAKL_INLINE FSArray< T, 2, B1, B2 > yakl::intrinsics::transpose (FSArray< T, 2, B1, B2 > const &a)
 
template<unsigned int n1, unsigned int n2, class T >
YAKL_INLINE SArray< T, 2, n2, n1 > yakl::intrinsics::transpose (SArray< T, 2, n1, n2 > const &a)