|
| Base (const Eigen::DenseIndex rows, const Eigen::DenseIndex cols) |
|
const Matrix & | const_ref () |
|
Matrix | copy () |
|
Matrix & | ref () |
|
void | show () |
|
template<typename Matrix>
struct Base< Matrix >
Definition at line 9 of file return_by_ref.cpp.
template<typename Matrix >
Base< Matrix >::Base |
( |
const Eigen::DenseIndex |
rows, |
|
|
const Eigen::DenseIndex |
cols |
|
) |
| |
|
inline |
template<typename Matrix >
const Matrix& Base< Matrix >::const_ref |
( |
| ) |
|
|
inline |
template<typename Matrix >
Matrix Base< Matrix >::copy |
( |
| ) |
|
|
inline |
template<typename Matrix >
Matrix& Base< Matrix >::ref |
( |
| ) |
|
|
inline |
template<typename Matrix >
void Base< Matrix >::show |
( |
| ) |
|
|
inline |
template<typename Matrix >
Matrix Base< Matrix >::mat |
|
protected |
The documentation for this struct was generated from the following file: