Home
last modified time | relevance | path

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

/external/eigen/test/
Dsparse_basic.cpp17 template<typename SparseMatrixType> void sparse_basic(const SparseMatrixType& ref) in sparse_basic() function
652 CALL_SUBTEST_1(( sparse_basic(SparseMatrix<double>(1, 1)) )); in test_sparse_basic()
653 CALL_SUBTEST_1(( sparse_basic(SparseMatrix<double>(8, 8)) )); in test_sparse_basic()
654 CALL_SUBTEST_2(( sparse_basic(SparseMatrix<std::complex<double>, ColMajor>(r, c)) )); in test_sparse_basic()
655 CALL_SUBTEST_2(( sparse_basic(SparseMatrix<std::complex<double>, RowMajor>(r, c)) )); in test_sparse_basic()
656 CALL_SUBTEST_1(( sparse_basic(SparseMatrix<double>(r, c)) )); in test_sparse_basic()
657 CALL_SUBTEST_5(( sparse_basic(SparseMatrix<double,ColMajor,long int>(r, c)) )); in test_sparse_basic()
658 CALL_SUBTEST_5(( sparse_basic(SparseMatrix<double,RowMajor,long int>(r, c)) )); in test_sparse_basic()
666 CALL_SUBTEST_6(( sparse_basic(SparseMatrix<double,ColMajor,short int>(short(r), short(c))) )); in test_sparse_basic()
667 CALL_SUBTEST_6(( sparse_basic(SparseMatrix<double,RowMajor,short int>(short(r), short(c))) )); in test_sparse_basic()
DCMakeLists.txt241 ei_add_test(sparse_basic)