HomeSort by relevance Sort by last modified time
    Searched full:test_outer (Results 1 - 1 of 1) 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);

Completed in 203 milliseconds