Go to the source code of this file.
Classes | |
struct | Eigen::internal::sparse_sparse_product_with_pruning_selector< Lhs, Rhs, ResultType, ColMajor, ColMajor, ColMajor > |
struct | Eigen::internal::sparse_sparse_product_with_pruning_selector< Lhs, Rhs, ResultType, ColMajor, ColMajor, RowMajor > |
struct | Eigen::internal::sparse_sparse_product_with_pruning_selector< Lhs, Rhs, ResultType, RowMajor, RowMajor, ColMajor > |
struct | Eigen::internal::sparse_sparse_product_with_pruning_selector< Lhs, Rhs, ResultType, RowMajor, RowMajor, RowMajor > |
Namespaces | |
namespace | Eigen |
namespace | Eigen::internal |
Functions | |
template<typename Lhs , typename Rhs , typename ResultType > | |
static void | Eigen::internal::sparse_sparse_product_with_pruning_impl (const Lhs &lhs, const Rhs &rhs, ResultType &res, typename ResultType::RealScalar tolerance) |