Go to the source code of this file.
Classes | |
struct | ei_sparse_product_mode< Lhs, Rhs > |
struct | ei_sparse_product_selector< Lhs, Rhs, ResultType, ColMajor, ColMajor, ColMajor > |
struct | ei_sparse_product_selector< Lhs, Rhs, ResultType, ColMajor, ColMajor, RowMajor > |
struct | ei_sparse_product_selector< Lhs, Rhs, ResultType, RowMajor, RowMajor, ColMajor > |
struct | ei_sparse_product_selector< Lhs, Rhs, ResultType, RowMajor, RowMajor, RowMajor > |
struct | ei_traits< SparseProduct< LhsNested, RhsNested, ProductMode > > |
class | SparseProduct< LhsNested, RhsNested, ProductMode > |
struct | SparseProductReturnType< Lhs, Rhs, ProductMode > |
struct | SparseProductReturnType< Lhs, Rhs, DiagonalProduct > |
struct | SparseProductReturnType< Lhs, Rhs, SparseTimeSparseProduct > |
Functions | |
template<typename Lhs , typename Rhs , typename ResultType > | |
static void | ei_sparse_product_impl (const Lhs &lhs, const Rhs &rhs, ResultType &res) |
static void ei_sparse_product_impl | ( | const Lhs & | lhs, | |
const Rhs & | rhs, | |||
ResultType & | res | |||
) | [inline, static] |
Definition at line 176 of file SparseProduct.h.