Searched refs:ntriplets (Results 1 – 1 of 1) sorted by relevance
363 Index ntriplets = rows*cols; in sparse_basic() local364 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() local627 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()