Searched refs:sparse_vector (Results 1 – 2 of 2) sorted by relevance
/external/eigen/test/ |
D | sparse_vector.cpp | 12 template<typename Scalar,typename StorageIndex> void sparse_vector(int rows, int cols) in sparse_vector() function 157 CALL_SUBTEST_1(( sparse_vector<double,int>(8, 8) )); in test_sparse_vector() 158 CALL_SUBTEST_2(( sparse_vector<std::complex<double>, int>(r, c) )); in test_sparse_vector() 159 CALL_SUBTEST_1(( sparse_vector<double,long int>(r, c) )); in test_sparse_vector() 160 CALL_SUBTEST_1(( sparse_vector<double,short>(r, c) )); in test_sparse_vector()
|
D | CMakeLists.txt | 235 ei_add_test(sparse_vector)
|