Eigen::BlockSparseMatrixView< BlockSparseMatrixT >::InnerIterator Class Reference

#include <BlockSparseMatrix.h>

+ Inheritance diagram for Eigen::BlockSparseMatrixView< BlockSparseMatrixT >::InnerIterator:

Public Member Functions

 InnerIterator (const BlockSparseMatrixView &mat, Index outer)
 

Constructor & Destructor Documentation

◆ InnerIterator()

template<typename BlockSparseMatrixT >
Eigen::BlockSparseMatrixView< BlockSparseMatrixT >::InnerIterator::InnerIterator ( const BlockSparseMatrixView mat,
Index  outer 
)
inline
133  : BlockSparseMatrixT::BlockInnerIterator(mat.m_spblockmat, outer) {}

The documentation for this class was generated from the following file: