MyraMath
Classes
hermitian.h File Reference

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

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
Include dependency graph for hermitian.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...
 

Functions

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

Detailed Description

Returns the hermitian transpose of an arity-2 Expression.