Searched defs:sparse_block (Results 1 - 1 of 1) sorted by relevance

/external/eigen/test/
H A Dsparse_block.cpp26 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(SparseMatri
[all...]

Completed in 91 milliseconds