MyraMath
Classes
permdim.h File Reference

Permutes the dimensions of an Expression. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
Include dependency graph for permdim.h:

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.
 

Detailed Description

Permutes the dimensions of an Expression.