Home | History | Annotate | Download | only in SparseCore

Lines Matching refs:InputIterator

1000 template<typename InputIterator, typename SparseMatrixType>
1001 void set_from_triplets(const InputIterator& begin, const InputIterator& end, SparseMatrixType& mat, int Options = 0)
1012 for(InputIterator it(begin); it!=end; ++it)
1017 for(InputIterator it(begin); it!=end; ++it)