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

  /external/eigen/test/eigen2/
eigen2_sparse_product.cpp 12 template<typename SparseMatrixType> void sparse_product(const SparseMatrixType& ref) function
109 CALL_SUBTEST_1( sparse_product(SparseMatrix<double>(8, 8)) );
110 CALL_SUBTEST_2( sparse_product(SparseMatrix<std::complex<double> >(16, 16)) );
111 CALL_SUBTEST_1( sparse_product(SparseMatrix<double>(33, 33)) );
113 CALL_SUBTEST_3( sparse_product(DynamicSparseMatrix<double>(8, 8)) );
  /external/eigen/unsupported/test/
sparse_extra.cpp 14 #include "sparse_product.cpp"
145 CALL_SUBTEST_3( (sparse_product<DynamicSparseMatrix<float, ColMajor> >()) );
146 CALL_SUBTEST_3( (sparse_product<DynamicSparseMatrix<float, RowMajor> >()) );
  /external/eigen/test/
sparse_product.cpp 38 template<typename SparseMatrixType> void sparse_product() function
245 CALL_SUBTEST_1( (sparse_product<SparseMatrix<double,ColMajor> >()) );
246 CALL_SUBTEST_1( (sparse_product<SparseMatrix<double,RowMajor> >()) );
247 CALL_SUBTEST_2( (sparse_product<SparseMatrix<std::complex<double>, ColMajor > >()) );
248 CALL_SUBTEST_2( (sparse_product<SparseMatrix<std::complex<double>, RowMajor > >()) );
249 CALL_SUBTEST_3( (sparse_product<SparseMatrix<float,ColMajor,long int> >()) );

Completed in 51 milliseconds