|
| 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 10 of file return_by_ref.cpp.
◆ Base()
template<typename Matrix >
Base< Matrix >::Base |
( |
const Eigen::DenseIndex |
rows, |
|
|
const Eigen::DenseIndex |
cols |
|
) |
| |
|
inline |
◆ const_ref()
template<typename Matrix >
const Matrix& Base< Matrix >::const_ref |
( |
| ) |
|
|
inline |
◆ copy()
template<typename Matrix >
Matrix Base< Matrix >::copy |
( |
| ) |
|
|
inline |
◆ ref()
template<typename Matrix >
Matrix& Base< Matrix >::ref |
( |
| ) |
|
|
inline |
◆ show()
template<typename Matrix >
void Base< Matrix >::show |
( |
| ) |
|
|
inline |
◆ mat
template<typename Matrix >
Matrix Base< Matrix >::mat |
|
protected |
The documentation for this struct was generated from the following file: