|
MyraMath
|
Returns the hermitian transpose of an arity-2 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... | |
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. | |
Returns the hermitian transpose of an arity-2 Expression.
1.8.13