matrix_rowcol.h File Reference

Expressions to extract a row or column of a matrix. More...

#include <cml/vector/vector_expr.h>
#include <cml/matrix/matrix_expr.h>

Include dependency graph for matrix_rowcol.h:

This graph shows which files directly or indirectly include this file:

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.


Detailed Description

Expressions to extract a row or column of a matrix.

Definition in file matrix_rowcol.h.


Generated on Sat Jul 18 19:35:36 2009 for CML 1.0 by  doxygen 1.5.9