Medial Code Documentation
|
Public Types | |
enum | { RowsAtCompileTime = XprType::RowsAtCompileTime , CoeffReadCost = internal::evaluator<XprType>::CoeffReadCost } |
typedef XprType::Scalar | Scalar |
typedef XprType::CoeffReturnType | CoeffReturnType |
Public Member Functions | |
EIGEN_DEVICE_FUNC | visitor_evaluator (const XprType &xpr) |
EIGEN_DEVICE_FUNC Index | rows () const |
EIGEN_DEVICE_FUNC Index | cols () const |
EIGEN_DEVICE_FUNC Index | size () const |
EIGEN_DEVICE_FUNC CoeffReturnType | coeff (Index row, Index col) const |
Protected Attributes | |
internal::evaluator< XprType > | m_evaluator |
const XprType & | m_xpr |