Classes |
struct | internal::sparse_product_selector2< Lhs, Rhs, ResultType, ColMajor, ColMajor, ColMajor > |
struct | internal::sparse_product_selector2< Lhs, Rhs, ResultType, ColMajor, ColMajor, RowMajor > |
struct | internal::sparse_product_selector2< Lhs, Rhs, ResultType, ColMajor, RowMajor, ColMajor > |
struct | internal::sparse_product_selector2< Lhs, Rhs, ResultType, ColMajor, RowMajor, RowMajor > |
struct | internal::sparse_product_selector2< Lhs, Rhs, ResultType, RowMajor, ColMajor, ColMajor > |
struct | internal::sparse_product_selector2< Lhs, Rhs, ResultType, RowMajor, ColMajor, RowMajor > |
struct | internal::sparse_product_selector2< Lhs, Rhs, ResultType, RowMajor, RowMajor, ColMajor > |
struct | internal::sparse_product_selector2< Lhs, Rhs, ResultType, RowMajor, RowMajor, RowMajor > |
struct | internal::sparse_product_selector< Lhs, Rhs, ResultType, ColMajor, ColMajor, ColMajor > |
struct | internal::sparse_product_selector< Lhs, Rhs, ResultType, ColMajor, ColMajor, RowMajor > |
struct | internal::sparse_product_selector< Lhs, Rhs, ResultType, RowMajor, RowMajor, ColMajor > |
struct | internal::sparse_product_selector< Lhs, Rhs, ResultType, RowMajor, RowMajor, RowMajor > |
Namespaces |
namespace | internal |
Functions |
template<typename Lhs , typename Rhs , typename ResultType > |
static void | internal::sparse_product_impl (const Lhs &lhs, const Rhs &rhs, ResultType &res) |
template<typename Lhs , typename Rhs , typename ResultType > |
static void | internal::sparse_product_impl2 (const Lhs &lhs, const Rhs &rhs, ResultType &res) |