Public Member Functions | Protected Attributes | List of all members
Base< Matrix > Struct Template Reference

Public Member Functions

 Base (const Eigen::DenseIndex rows, const Eigen::DenseIndex cols)
 
const Matrix & const_ref ()
 
Matrix copy ()
 
Matrix & ref ()
 
void show ()
 

Protected Attributes

Matrix mat
 

Detailed Description

template<typename Matrix>
struct Base< Matrix >

Definition at line 9 of file return_by_ref.cpp.

Constructor & Destructor Documentation

template<typename Matrix >
Base< Matrix >::Base ( const Eigen::DenseIndex  rows,
const Eigen::DenseIndex  cols 
)
inline

Definition at line 11 of file return_by_ref.cpp.

Member Function Documentation

template<typename Matrix >
const Matrix& Base< Matrix >::const_ref ( )
inline

Definition at line 22 of file return_by_ref.cpp.

template<typename Matrix >
Matrix Base< Matrix >::copy ( )
inline

Definition at line 23 of file return_by_ref.cpp.

template<typename Matrix >
Matrix& Base< Matrix >::ref ( )
inline

Definition at line 21 of file return_by_ref.cpp.

template<typename Matrix >
void Base< Matrix >::show ( )
inline

Definition at line 16 of file return_by_ref.cpp.

Member Data Documentation

template<typename Matrix >
Matrix Base< Matrix >::mat
protected

Definition at line 27 of file return_by_ref.cpp.


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


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Apr 17 2021 02:37:59