| 
    Jet
    v1.3.3
    
   | 
 
Base class for matrix expression. More...
#include <jet/matrix_expression.h>
Public Member Functions | |
| Size2 | size () const | 
| Size of the matrix.  More... | |
| size_t | rows () const | 
| Number of rows.  More... | |
| size_t | cols () const | 
| Number of columns.  More... | |
| const E & | operator() () const | 
| Returns actual implementation (the subclass).  More... | |
Base class for matrix expression.
Matrix expression is a meta type that enables template expression pattern.
| T | Real number type. | 
| E | Subclass type. | 
| size_t jet::MatrixExpression< T, E >::cols | ( | ) | const | 
Number of columns.
| const E& jet::MatrixExpression< T, E >::operator() | ( | ) | const | 
Returns actual implementation (the subclass).
| size_t jet::MatrixExpression< T, E >::rows | ( | ) | const | 
Number of rows.
| Size2 jet::MatrixExpression< T, E >::size | ( | ) | const | 
Size of the matrix.
 1.8.18