|
MOAB
4.9.3pre
|
#include <CoreEvaluators.h>
Public Types | |
| typedef dense_xpr_base < EvalToTemp >::type | Base |
Public Member Functions | |
| EvalToTemp (const ArgType &arg) | |
| const ArgType & | arg () const |
| Index | rows () const |
| Index | cols () const |
Private Attributes | |
| const ArgType & | m_arg |
Definition at line 1393 of file CoreEvaluators.h.
| typedef dense_xpr_base<EvalToTemp>::type Eigen::internal::EvalToTemp< ArgType >::Base |
Definition at line 1398 of file CoreEvaluators.h.
| Eigen::internal::EvalToTemp< ArgType >::EvalToTemp | ( | const ArgType & | arg | ) | [inline, explicit] |
Definition at line 1401 of file CoreEvaluators.h.
| const ArgType& Eigen::internal::EvalToTemp< ArgType >::arg | ( | ) | const [inline] |
Definition at line 1405 of file CoreEvaluators.h.
{
return m_arg;
}
| Index Eigen::internal::EvalToTemp< ArgType >::cols | ( | ) | const [inline] |
Definition at line 1415 of file CoreEvaluators.h.
{
return m_arg.cols();
}
| Index Eigen::internal::EvalToTemp< ArgType >::rows | ( | ) | const [inline] |
Definition at line 1410 of file CoreEvaluators.h.
{
return m_arg.rows();
}
const ArgType& Eigen::internal::EvalToTemp< ArgType >::m_arg [private] |
Definition at line 1421 of file CoreEvaluators.h.