Public Member Functions | |
const Scalar | coeff (int index) const |
const Scalar | coeff (int row, int col) const |
int | cols () const |
CwiseUnaryOp (const MatrixType &mat, const UnaryOp &func=UnaryOp()) | |
template<int LoadMode> | |
PacketScalar | packet (int index) const |
template<int LoadMode> | |
PacketScalar | packet (int row, int col) const |
int | rows () const |
Protected Attributes | |
const UnaryOp | m_functor |
const MatrixType::Nested | m_matrix |
UnaryOp | template functor implementing the operator | |
MatrixType | the type of the matrix we are applying the unary operator |
int cols | ( | void | ) | const [inline] |
Reimplemented from MatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >.
int rows | ( | void | ) | const [inline] |
Reimplemented from MatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >.