Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dsparse_extra.cpp50 template<typename SparseMatrixType> void sparse_extra(const SparseMatrixType& ref) in sparse_extra() function
136 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()
DCMakeLists.txt75 ei_add_test(sparse_extra "" "")