Home
last modified time | relevance | path

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

/external/eigen/test/
Dsparse_basic.cpp619 void big_sparse_triplet(Index rows, Index cols, double density) { in big_sparse_triplet() function
671 CALL_SUBTEST_3((big_sparse_triplet<SparseMatrix<float, RowMajor, int> >(10000, 10000, 0.125))); in test_sparse_basic()
672 …CALL_SUBTEST_4((big_sparse_triplet<SparseMatrix<double, ColMajor, long int> >(10000, 10000, 0.125)… in test_sparse_basic()