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