Expression template class for representing a tree of expressions which ultimately result in a matrix. More...
#include <forwards.h>
Public Types | |
typedef vcl_size_t | size_type |
Public Member Functions | |
matrix_expression (LHS &lhs, RHS &rhs) | |
LHS & | lhs () const |
Get left hand side operand. More... | |
RHS & | rhs () const |
Get right hand side operand. More... | |
vcl_size_t | size1 () const |
Returns the size of the result vector. More... | |
vcl_size_t | size2 () const |
Expression template class for representing a tree of expressions which ultimately result in a matrix.
LHS | The left hand side of the expression tree |
RHS | The right hand side of the expression tree |
OP | The operator to apply to LHS and RHS to obtain the result. |
Definition at line 341 of file forwards.h.
typedef vcl_size_t viennacl::matrix_expression< LHS, RHS, OP >::size_type |
Definition at line 60 of file matrix.hpp.
|
inline |
Definition at line 62 of file matrix.hpp.
|
inline |
Get left hand side operand.
Definition at line 66 of file matrix.hpp.
|
inline |
Get right hand side operand.
Definition at line 69 of file matrix.hpp.
|
inline |
Returns the size of the result vector.
Definition at line 72 of file matrix.hpp.
|
inline |
Definition at line 73 of file matrix.hpp.