#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 |
const MatrixTypeNested | m_matrix |
Scalar | m_reference |
Private Types | |
typedef internal::remove_all < MatrixTypeNested >::type | _MatrixTypeNested |
typedef MatrixType::Nested | MatrixTypeNested |
Definition at line 44 of file SparseView.h.
typedef internal::remove_all<MatrixTypeNested>::type SparseView< MatrixType >::_MatrixTypeNested [private] |
Definition at line 47 of file SparseView.h.
typedef MatrixType::Nested SparseView< MatrixType >::MatrixTypeNested [private] |
Definition at line 46 of file SparseView.h.
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 51 of file SparseView.h.
Index SparseView< MatrixType >::cols | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseView< MatrixType > >.
Definition at line 58 of file SparseView.h.
Index SparseView< MatrixType >::innerSize | ( | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseView< MatrixType > >.
Definition at line 60 of file SparseView.h.
Index SparseView< MatrixType >::outerSize | ( | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseView< MatrixType > >.
Definition at line 61 of file SparseView.h.
Index SparseView< MatrixType >::rows | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseView< MatrixType > >.
Definition at line 57 of file SparseView.h.
NumTraits<Scalar>::Real SparseView< MatrixType >::m_epsilon [protected] |
Definition at line 66 of file SparseView.h.
const MatrixTypeNested SparseView< MatrixType >::m_matrix [protected] |
Definition at line 64 of file SparseView.h.
Scalar SparseView< MatrixType >::m_reference [protected] |
Definition at line 65 of file SparseView.h.