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

  /external/eigen/test/
sparse_product.cpp 12 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/
test_libcython_in_gdb.py 424 def test_outer(self): member in class:TestClosure

Completed in 226 milliseconds