Searched refs:ColMajorMatrixLhs (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseSparseProductWithPruning.h129 typedef SparseMatrix<typename ResultType::Scalar,ColMajor,typename Lhs::Index> ColMajorMatrixLhs; typedef
131 ColMajorMatrixLhs colLhs(lhs);
133 internal::sparse_sparse_product_with_pruning_impl<ColMajorMatrixLhs,ColMajorMatrixRhs,ResultType>(colLhs, colRhs, res, tolerance);

Completed in 222 milliseconds