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 10 of file return_by_ref.cpp.

Constructor & Destructor Documentation

◆ Base()

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

◆ const_ref()

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

Definition at line 17 of file return_by_ref.cpp.

◆ copy()

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

Definition at line 18 of file return_by_ref.cpp.

◆ ref()

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

Definition at line 16 of file return_by_ref.cpp.

◆ show()

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

Definition at line 14 of file return_by_ref.cpp.

Member Data Documentation

◆ mat

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

Definition at line 21 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 Tue Jan 23 2024 03:15:01