#include <cml/matrix/matrix_expr.h>
Go to the source code of this file.
Classes | |
struct | cml::et::ExprTraits< MatrixTransposeOp< ExprT > > |
Expression traits class for VectorTransposeOp<>. More... | |
class | cml::et::MatrixTransposeOp< ExprT > |
"Transpose" the given matrix expression. More... | |
Namespaces | |
namespace | cml |
namespace | cml::et |
Defines | |
#define | MATRIX_TRANSPOSE_RETURNS_TEMP |
Functions | |
template<class XprT > | |
et::MatrixTransposeOp< XprT > ::temporary_type | cml::T (MATXPR_ARG_TYPE expr) |
Matrix transpose operator taking an et::MatrixXpr operand. | |
template<typename E , class AT , typename BO , typename L > | |
et::MatrixTransposeOp< matrix < E, AT, BO, L > >::temporary_type | cml::T (const matrix< E, AT, BO, L > &expr) |
Matrix transpose operator taking a matrix operand. | |
template<class XprT > | |
et::MatrixTransposeOp< XprT > ::temporary_type | cml::transpose (MATXPR_ARG_TYPE expr) |
Matrix transpose operator taking an et::MatrixXpr operand. | |
template<typename E , class AT , typename BO , typename L > | |
et::MatrixTransposeOp< matrix < E, AT, BO, L > >::temporary_type | cml::transpose (const matrix< E, AT, BO, L > &expr) |
Matrix transpose operator taking a matrix operand. |
Definition in file matrix_transpose.h.
#define MATRIX_TRANSPOSE_RETURNS_TEMP |
Definition at line 25 of file matrix_transpose.h.