Searched refs:sparse_block (Results 1 – 2 of 2) sorted by relevance
/external/eigen/test/ |
D | sparse_block.cpp | 26 template<typename SparseMatrixType> void sparse_block(const SparseMatrixType& ref) in sparse_block() function 299 CALL_SUBTEST_1(( sparse_block(SparseMatrix<double>(1, 1)) )); in test_sparse_block() 300 CALL_SUBTEST_1(( sparse_block(SparseMatrix<double>(8, 8)) )); in test_sparse_block() 301 CALL_SUBTEST_1(( sparse_block(SparseMatrix<double>(r, c)) )); in test_sparse_block() 302 CALL_SUBTEST_2(( sparse_block(SparseMatrix<std::complex<double>, ColMajor>(r, c)) )); in test_sparse_block() 303 CALL_SUBTEST_2(( sparse_block(SparseMatrix<std::complex<double>, RowMajor>(r, c)) )); in test_sparse_block() 305 CALL_SUBTEST_3(( sparse_block(SparseMatrix<double,ColMajor,long int>(r, c)) )); in test_sparse_block() 306 CALL_SUBTEST_3(( sparse_block(SparseMatrix<double,RowMajor,long int>(r, c)) )); in test_sparse_block() 314 CALL_SUBTEST_4(( sparse_block(SparseMatrix<double,ColMajor,short int>(short(r), short(c))) )); in test_sparse_block() 315 CALL_SUBTEST_4(( sparse_block(SparseMatrix<double,RowMajor,short int>(short(r), short(c))) )); in test_sparse_block()
|
D | CMakeLists.txt | 234 ei_add_test(sparse_block)
|