#include <cml/vector/vector_expr.h>
#include <cml/matrix/matrix_expr.h>
Go to the source code of this file.
Classes | |
struct | cml::et::ExprTraits< MatrixColOp< ExprT > > |
Expression traits class for MatrixColOp<>. More... | |
struct | cml::et::ExprTraits< MatrixRowOp< ExprT > > |
Expression traits class for MatrixRowOp<>. More... | |
class | cml::et::MatrixColOp< ExprT > |
class | cml::et::MatrixRowOp< ExprT > |
Namespaces | |
namespace | cml |
namespace | cml::et |
Functions | |
template<class XprT > | |
et::VectorXpr< et::MatrixColOp < XprT > > | cml::col (const et::MatrixXpr< XprT > &expr, size_t i) |
Matrix col operator taking an et::MatrixXpr operand. | |
template<typename E , class AT , typename BO , typename L > | |
et::VectorXpr< et::MatrixColOp < matrix< E, AT, BO, L > > > | cml::col (const matrix< E, AT, BO, L > &expr, size_t i) |
Matrix col operator taking a matrix operand. | |
template<class XprT > | |
et::VectorXpr< et::MatrixRowOp < XprT > > | cml::row (const et::MatrixXpr< XprT > &expr, size_t i) |
Matrix row operator taking an et::MatrixXpr operand. | |
template<typename E , class AT , typename BO , typename L > | |
et::VectorXpr< et::MatrixRowOp < matrix< E, AT, BO, L > > > | cml::row (const matrix< E, AT, BO, L > &expr, size_t i) |
Matrix row operator taking a matrix operand. |
Definition in file matrix_rowcol.h.