Home
last modified time | relevance | path

Searched refs:ntriplets (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dsparse_basic.cpp363 Index ntriplets = rows*cols; in sparse_basic() local
364 triplets.reserve(ntriplets); in sparse_basic()
369 for(Index i=0;i<ntriplets;++i) in sparse_basic()
626 Index ntriplets = Index(nelements); in big_sparse_triplet() local
627 triplets.reserve(ntriplets); in big_sparse_triplet()
629 for(Index i=0;i<ntriplets;++i) in big_sparse_triplet()
639 VERIFY(m.nonZeros() <= ntriplets); in big_sparse_triplet()