Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dsparse_extra.cpp144 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()
/external/eigen/test/
Dsparse_product.cpp30 template<typename SparseMatrixType> void sparse_product() in sparse_product() function
377 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()
DCMakeLists.txt244 ei_add_test(sparse_product)