Searched refs:sparse_product (Results 1 – 3 of 3) sorted by relevance
144 CALL_SUBTEST_3( (sparse_product<DynamicSparseMatrix<float, ColMajor> >()) ); in test_sparse_extra()145 CALL_SUBTEST_3( (sparse_product<DynamicSparseMatrix<float, RowMajor> >()) ); in test_sparse_extra()
30 template<typename SparseMatrixType> void sparse_product() in sparse_product() function377 CALL_SUBTEST_1( (sparse_product<SparseMatrix<double,ColMajor> >()) ); in test_sparse_product()378 CALL_SUBTEST_1( (sparse_product<SparseMatrix<double,RowMajor> >()) ); in test_sparse_product()380 CALL_SUBTEST_2( (sparse_product<SparseMatrix<std::complex<double>, ColMajor > >()) ); in test_sparse_product()381 CALL_SUBTEST_2( (sparse_product<SparseMatrix<std::complex<double>, RowMajor > >()) ); in test_sparse_product()382 CALL_SUBTEST_3( (sparse_product<SparseMatrix<float,ColMajor,long int> >()) ); in test_sparse_product()
244 ei_add_test(sparse_product)