Searched refs:sparse_basic (Results 1 – 3 of 3) sorted by relevance
/external/eigen/test/eigen2/ |
D | eigen2_sparse_basic.cpp | 46 template<typename SparseMatrixType> void sparse_basic(const SparseMatrixType& ref) in sparse_basic() function 311 CALL_SUBTEST_1( sparse_basic(SparseMatrix<double>(8, 8)) ); in test_eigen2_sparse_basic() 312 CALL_SUBTEST_2( sparse_basic(SparseMatrix<std::complex<double> >(16, 16)) ); in test_eigen2_sparse_basic() 313 CALL_SUBTEST_1( sparse_basic(SparseMatrix<double>(33, 33)) ); in test_eigen2_sparse_basic() 315 CALL_SUBTEST_3( sparse_basic(DynamicSparseMatrix<double>(8, 8)) ); in test_eigen2_sparse_basic()
|
/external/eigen/test/ |
D | sparse_basic.cpp | 14 template<typename SparseMatrixType> void sparse_basic(const SparseMatrixType& ref) in sparse_basic() function 540 CALL_SUBTEST_1(( sparse_basic(SparseMatrix<double>(8, 8)) )); in test_sparse_basic() 541 CALL_SUBTEST_2(( sparse_basic(SparseMatrix<std::complex<double>, ColMajor>(s, s)) )); in test_sparse_basic() 542 CALL_SUBTEST_2(( sparse_basic(SparseMatrix<std::complex<double>, RowMajor>(s, s)) )); in test_sparse_basic() 543 CALL_SUBTEST_1(( sparse_basic(SparseMatrix<double>(s, s)) )); in test_sparse_basic() 544 CALL_SUBTEST_1(( sparse_basic(SparseMatrix<double,ColMajor,long int>(s, s)) )); in test_sparse_basic() 545 CALL_SUBTEST_1(( sparse_basic(SparseMatrix<double,RowMajor,long int>(s, s)) )); in test_sparse_basic() 547 CALL_SUBTEST_1(( sparse_basic(SparseMatrix<double,ColMajor,short int>(short(s), short(s))) )); in test_sparse_basic() 548 CALL_SUBTEST_1(( sparse_basic(SparseMatrix<double,RowMajor,short int>(short(s), short(s))) )); in test_sparse_basic()
|
D | CMakeLists.txt | 208 ei_add_test(sparse_basic)
|