Home | History | Annotate | Download | only in test

Lines Matching refs:sparse_block

26 template<typename SparseMatrixType> void sparse_block(const SparseMatrixType& ref)
299 CALL_SUBTEST_1(( sparse_block(SparseMatrix<double>(1, 1)) ));
300 CALL_SUBTEST_1(( sparse_block(SparseMatrix<double>(8, 8)) ));
301 CALL_SUBTEST_1(( sparse_block(SparseMatrix<double>(r, c)) ));
302 CALL_SUBTEST_2(( sparse_block(SparseMatrix<std::complex<double>, ColMajor>(r, c)) ));
303 CALL_SUBTEST_2(( sparse_block(SparseMatrix<std::complex<double>, RowMajor>(r, c)) ));
305 CALL_SUBTEST_3(( sparse_block(SparseMatrix<double,ColMajor,long int>(r, c)) ));
306 CALL_SUBTEST_3(( sparse_block(SparseMatrix<double,RowMajor,long int>(r, c)) ));
314 CALL_SUBTEST_4(( sparse_block(SparseMatrix<double,ColMajor,short int>(short(r), short(c))) ));
315 CALL_SUBTEST_4(( sparse_block(SparseMatrix<double,RowMajor,short int>(short(r), short(c))) ));