Expression of a dense or sparse matrix with zero or too small values removed.
- Template Parameters
-
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.
- See also
- MatrixBase::sparseView(), SparseMatrixBase::pruned()
|
const internal::remove_all< MatrixTypeNested >::type & | nestedExpression () const |
|
◆ nestedExpression()
const internal::remove_all<MatrixTypeNested>::type& Eigen::SparseView::nestedExpression |
( |
| ) |
const |
|
inline |
- Returns
- the nested expression
The documentation for this class was generated from the following files: