HomeSort by relevance Sort by last modified time
    Searched refs:sparse_vector (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/eigen2/
eigen2_sparse_vector.cpp 12 template<typename Scalar> void sparse_vector(int rows, int cols) function
79 CALL_SUBTEST_1( sparse_vector<double>(8, 8) );
80 CALL_SUBTEST_2( sparse_vector<std::complex<double> >(16, 16) );
81 CALL_SUBTEST_1( sparse_vector<double>(299, 535) );
  /external/eigen/test/
sparse_vector.cpp 12 template<typename Scalar,typename Index> void sparse_vector(int rows, int cols) function
104 CALL_SUBTEST_1(( sparse_vector<double,int>(8, 8) ));
105 CALL_SUBTEST_2(( sparse_vector<std::complex<double>, int>(16, 16) ));
106 CALL_SUBTEST_1(( sparse_vector<double,long int>(299, 535) ));
107 CALL_SUBTEST_1(( sparse_vector<double,short>(299, 535) ));

Completed in 84 milliseconds