Go to the source code of this file.
|
template<class T > |
int | yakl::intrinsics::maxloc (Array< T, 1, memDevice, styleC > const &arr, Stream stream=Stream()) |
|
template<class T > |
int | yakl::intrinsics::maxloc (Array< T, 1, memDevice, styleFortran > const &arr, Stream stream=Stream()) |
|
template<class T , int myStyle> |
int | yakl::intrinsics::maxloc (Array< T, 1, memHost, myStyle > const &arr) |
|
template<class T , class D0 > |
YAKL_INLINE int | yakl::intrinsics::maxloc (FSArray< T, 1, D0 > const &arr) |
|
template<class T , unsigned D0> |
YAKL_INLINE int | yakl::intrinsics::maxloc (SArray< T, 1, D0 > const &arr) |
|