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

/external/eigen/test/
H A Dsparse_product.cpp12 template<typename SparseMatrixType, typename DenseMatrix, bool IsRowMajor=SparseMatrixType::IsRowMajor> struct test_outer;
14 template<typename SparseMatrixType, typename DenseMatrix> struct test_outer<SparseMatrixType,DenseMatrix,false> { struct
24 template<typename SparseMatrixType, typename DenseMatrix> struct test_outer<SparseMatrixType,DenseMatrix,true> { struct
122 test_outer<SparseMatrixType,DenseMatrix>::run(m2,m4,refMat2,refMat4);
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
H A Dtest_libcython_in_gdb.py424 def test_outer(self): member in class:TestClosure

Completed in 106 milliseconds