MyraMath
Classes
transpose.h File Reference

Returns the transpose of an arity-2 Expression. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
Include dependency graph for transpose.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myra::Expression< Arity, Number >
 Given an index (i,j,etc), returns a value. More...
 

Functions

Expression< 2, NumberS > myra::transpose (const Expression< 2, NumberS > &A)
 Returns the transpose of an arity-2 Expression.
 
Expression< 2, NumberD > myra::transpose (const Expression< 2, NumberD > &A)
 Returns the transpose of an arity-2 Expression.
 
Expression< 2, NumberC > myra::transpose (const Expression< 2, NumberC > &A)
 Returns the transpose of an arity-2 Expression.
 
Expression< 2, NumberZ > myra::transpose (const Expression< 2, NumberZ > &A)
 Returns the transpose of an arity-2 Expression.
 

Detailed Description

Returns the transpose of an arity-2 Expression.