#include <SparseView.h>
Classes | |
class | InnerIterator |
Public Member Functions | |
Index | cols () const |
Index | innerSize () const |
Index | outerSize () const |
Index | rows () const |
SparseView (const MatrixType &mat, const Scalar &m_reference=Scalar(0), typename NumTraits< Scalar >::Real m_epsilon=NumTraits< Scalar >::dummy_precision()) | |
Protected Attributes | |
NumTraits< Scalar >::Real | m_epsilon |
MatrixTypeNested | m_matrix |
Scalar | m_reference |
Private Types | |
typedef internal::remove_all < MatrixTypeNested >::type | _MatrixTypeNested |
typedef MatrixType::Nested | MatrixTypeNested |
Definition at line 31 of file SparseView.h.
typedef internal::remove_all<MatrixTypeNested>::type Eigen::SparseView< MatrixType >::_MatrixTypeNested [private] |
Definition at line 34 of file SparseView.h.
typedef MatrixType::Nested Eigen::SparseView< MatrixType >::MatrixTypeNested [private] |
Definition at line 33 of file SparseView.h.
Eigen::SparseView< MatrixType >::SparseView | ( | const MatrixType & | mat, |
const Scalar & | m_reference = Scalar(0) , |
||
typename NumTraits< Scalar >::Real | m_epsilon = NumTraits<Scalar>::dummy_precision() |
||
) | [inline] |
Definition at line 38 of file SparseView.h.
Index Eigen::SparseView< MatrixType >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::SparseMatrixBase< SparseView< MatrixType > >.
Definition at line 45 of file SparseView.h.
Index Eigen::SparseView< MatrixType >::innerSize | ( | ) | const [inline] |
Reimplemented from Eigen::SparseMatrixBase< SparseView< MatrixType > >.
Definition at line 47 of file SparseView.h.
Index Eigen::SparseView< MatrixType >::outerSize | ( | ) | const [inline] |
Reimplemented from Eigen::SparseMatrixBase< SparseView< MatrixType > >.
Definition at line 48 of file SparseView.h.
Index Eigen::SparseView< MatrixType >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::SparseMatrixBase< SparseView< MatrixType > >.
Definition at line 44 of file SparseView.h.
NumTraits<Scalar>::Real Eigen::SparseView< MatrixType >::m_epsilon [protected] |
Definition at line 53 of file SparseView.h.
MatrixTypeNested Eigen::SparseView< MatrixType >::m_matrix [protected] |
Definition at line 51 of file SparseView.h.
Scalar Eigen::SparseView< MatrixType >::m_reference [protected] |
Definition at line 52 of file SparseView.h.