Home
last modified time | relevance | path

Searched refs:sparse_vector (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/eigen/test/
H A Dsparse_vector.cpp12 template<typename Scalar,typename StorageIndex> void sparse_vector(int rows, int cols) in sparse_vector() function
148 EIGEN_DECLARE_TEST(sparse_vector) in EIGEN_DECLARE_TEST() argument
157 CALL_SUBTEST_1(( sparse_vector<double,int>(8, 8) )); in EIGEN_DECLARE_TEST()
158 CALL_SUBTEST_2(( sparse_vector<std::complex<double>, int>(r, c) )); in EIGEN_DECLARE_TEST()
159 CALL_SUBTEST_1(( sparse_vector<double,long int>(r, c) )); in EIGEN_DECLARE_TEST()
160 CALL_SUBTEST_1(( sparse_vector<double,short>(r, c) )); in EIGEN_DECLARE_TEST()
H A DCMakeLists.txt253 ei_add_test(sparse_vector)
/aosp_15_r20/external/tensorflow/third_party/eigen3/
H A DLICENSE78 ./test/sparse_vector.cpp