|
TiledArray
0.7.0
|
Functions | |
| template<typename Perm , typename Arg , typename Result > | |
| void | permute_array (const Perm &perm, const Arg &arg, Result &result) |
| Create a permuted copy of an array. More... | |
|
inline |
Create a permuted copy of an array.
| Perm | The permutation type |
| Arg | The input array type |
| Result | The output array type |
| [in] | perm | The permutation |
| [in] | arg | The input array to be permuted |
| [out] | result | The output array that will hold the permuted array |
Definition at line 60 of file permutation.h.

