![]() |
Eigen
3.3.3
|
Expression of a dense or sparse matrix with zero or too small values removed.
MatrixType | the type of the object of which we are removing the small entries |
This class represents an expression of a given dense or sparse matrix with entries smaller than reference
* epsilon
are removed. It is the return type of MatrixBase::sparseView() and SparseMatrixBase::pruned() and most of the time this is the only way it is used.
Public Member Functions | |
Index | cols () const |
Index | innerSize () const |
const internal::remove_all < MatrixTypeNested >::type & | nestedExpression () const |
Index | outerSize () const |
Index | rows () const |
Index Eigen::SparseView< MatrixType >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::SparseMatrixBase< SparseView< MatrixType > >.
Index Eigen::SparseView< MatrixType >::innerSize | ( | ) | const [inline] |
Reimplemented from Eigen::SparseMatrixBase< SparseView< MatrixType > >.
const internal::remove_all<MatrixTypeNested>::type& Eigen::SparseView< MatrixType >::nestedExpression | ( | ) | const [inline] |
Index Eigen::SparseView< MatrixType >::outerSize | ( | ) | const [inline] |
Reimplemented from Eigen::SparseMatrixBase< SparseView< MatrixType > >.
Index Eigen::SparseView< MatrixType >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::SparseMatrixBase< SparseView< MatrixType > >.