#include <SparseCwiseUnaryOp.h>

Classes | |
| class | InnerIterator |
Public Member Functions | |
| EIGEN_STRONG_INLINE int | cols () const |
| EIGEN_STRONG_INLINE int | rows () const |
| SparseCwiseUnaryOp (const MatrixType &mat, const UnaryOp &func=UnaryOp()) | |
Protected Attributes | |
| const UnaryOp | m_functor |
| const MatrixType::Nested | m_matrix |
Definition at line 42 of file SparseCwiseUnaryOp.h.
| SparseCwiseUnaryOp< UnaryOp, MatrixType >::SparseCwiseUnaryOp | ( | const MatrixType & | mat, | |
| const UnaryOp & | func = UnaryOp() | |||
| ) | [inline] |
Definition at line 52 of file SparseCwiseUnaryOp.h.
| EIGEN_STRONG_INLINE int SparseCwiseUnaryOp< UnaryOp, MatrixType >::cols | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseCwiseUnaryOp< UnaryOp, MatrixType > >.
Definition at line 56 of file SparseCwiseUnaryOp.h.
| EIGEN_STRONG_INLINE int SparseCwiseUnaryOp< UnaryOp, MatrixType >::rows | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseCwiseUnaryOp< UnaryOp, MatrixType > >.
Definition at line 55 of file SparseCwiseUnaryOp.h.
const UnaryOp SparseCwiseUnaryOp< UnaryOp, MatrixType >::m_functor [protected] |
Definition at line 63 of file SparseCwiseUnaryOp.h.
const MatrixType::Nested SparseCwiseUnaryOp< UnaryOp, MatrixType >::m_matrix [protected] |
Definition at line 62 of file SparseCwiseUnaryOp.h.