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

  /external/eigen/test/
sparse_block.cpp 26 template<typename SparseMatrixType> void sparse_block(const SparseMatrixType& ref) function
299 CALL_SUBTEST_1(( sparse_block(SparseMatrix<double>(1, 1)) ));
300 CALL_SUBTEST_1(( sparse_block(SparseMatrix<double>(8, 8)) ));
301 CALL_SUBTEST_1(( sparse_block(SparseMatrix<double>(r, c)) ));
302 CALL_SUBTEST_2(( sparse_block(SparseMatrix<std::complex<double>, ColMajor>(r, c)) ));
303 CALL_SUBTEST_2(( sparse_block(SparseMatrix<std::complex<double>, RowMajor>(r, c)) ));
305 CALL_SUBTEST_3(( sparse_block(SparseMatrix<double,ColMajor,long int>(r, c)) ));
306 CALL_SUBTEST_3(( sparse_block(SparseMatrix<double,RowMajor,long int>(r, c)) ));
314 CALL_SUBTEST_4(( sparse_block(SparseMatrix<double,ColMajor,short int>(short(r), short(c))) ));
315 CALL_SUBTEST_4(( sparse_block(SparseMatrix<double,RowMajor,short int>(short(r), short(c))) ))
    [all...]
  /system/core/libsparse/
sparse_read.cpp 341 bool sparse_block; local
357 sparse_block = true;
360 sparse_block = false;
365 sparse_block = false;
368 if (sparse_block) {

Completed in 894 milliseconds