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