Jet  v1.3.3
Public Member Functions | List of all members
jet::MatrixExpression< T, E > Class Template Reference

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...
 

Detailed Description

template<typename T, typename E>
class jet::MatrixExpression< T, E >

Base class for matrix expression.

Matrix expression is a meta type that enables template expression pattern.

Template Parameters
TReal number type.
ESubclass type.

Member Function Documentation

◆ cols()

template<typename T , typename E >
size_t jet::MatrixExpression< T, E >::cols ( ) const

Number of columns.

◆ operator()()

template<typename T , typename E >
const E& jet::MatrixExpression< T, E >::operator() ( ) const

Returns actual implementation (the subclass).

◆ rows()

template<typename T , typename E >
size_t jet::MatrixExpression< T, E >::rows ( ) const

Number of rows.

◆ size()

template<typename T , typename E >
Size2 jet::MatrixExpression< T, E >::size ( ) const

Size of the matrix.


The documentation for this class was generated from the following file: