Searched defs:test_outer (Results 1 - 1 of 1) 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);

Completed in 48 milliseconds