Searched refs:sparse_extra (Results 1 – 2 of 2) sorted by relevance
50 template<typename SparseMatrixType> void sparse_extra(const SparseMatrixType& ref) in sparse_extra() function136 CALL_SUBTEST_1( sparse_extra(SparseMatrix<double>(8, 8)) ); in test_sparse_extra()137 CALL_SUBTEST_2( sparse_extra(SparseMatrix<std::complex<double> >(s, s)) ); in test_sparse_extra()138 CALL_SUBTEST_1( sparse_extra(SparseMatrix<double>(s, s)) ); in test_sparse_extra()140 CALL_SUBTEST_3( sparse_extra(DynamicSparseMatrix<double>(s, s)) ); in test_sparse_extra()
75 ei_add_test(sparse_extra "" "")