|
MyraMath
|
Permutes the dimensions of an Expression. More...
Go to the source code of this file.
Classes | |
| class | myra::Expression< Arity, Number > |
| Given an index (i,j,etc), returns a value. More... | |
| class | myra::Index< N > |
| Essentially a std::array<int,N>, provided for backwards compatibility. More... | |
Functions | |
| Expression< 2, NumberS > | myra::permdim (const Expression< 2, NumberS > &A, Index< 2 > perm) |
| Permutes the dimensions of an arity-2 Expression. | |
| Expression< 2, NumberD > | myra::permdim (const Expression< 2, NumberD > &A, Index< 2 > perm) |
| Permutes the dimensions of an arity-2 Expression. | |
| Expression< 2, NumberC > | myra::permdim (const Expression< 2, NumberC > &A, Index< 2 > perm) |
| Permutes the dimensions of an arity-2 Expression. | |
| Expression< 2, NumberZ > | myra::permdim (const Expression< 2, NumberZ > &A, Index< 2 > perm) |
| Permutes the dimensions of an arity-2 Expression. | |
Permutes the dimensions of an Expression.
1.8.13