MOAB  4.9.3pre
SparseDenseProduct.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::internal::product_promote_storage_type< Sparse, Dense, OuterProduct >
struct  Eigen::internal::product_promote_storage_type< Dense, Sparse, OuterProduct >
struct  Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, typename DenseResType::Scalar, RowMajor, true >
struct  Eigen::internal::scalar_product_traits< T1, Ref< T2 > >
struct  Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, AlphaType, ColMajor, true >
struct  Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, typename DenseResType::Scalar, RowMajor, false >
struct  Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, typename DenseResType::Scalar, ColMajor, false >
struct  Eigen::internal::generic_product_impl< Lhs, Rhs, SparseShape, DenseShape, ProductType >
struct  Eigen::internal::generic_product_impl< Lhs, Rhs, SparseTriangularShape, DenseShape, ProductType >
struct  Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, SparseShape, ProductType >
struct  Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, SparseTriangularShape, ProductType >
struct  Eigen::internal::sparse_dense_outer_product_evaluator< LhsT, RhsT, NeedToTranspose >
class  Eigen::internal::sparse_dense_outer_product_evaluator< LhsT, RhsT, NeedToTranspose >::InnerIterator
struct  Eigen::internal::product_evaluator< Product< Lhs, Rhs, DefaultProduct >, OuterProduct, SparseShape, DenseShape >
struct  Eigen::internal::product_evaluator< Product< Lhs, Rhs, DefaultProduct >, OuterProduct, DenseShape, SparseShape >

Namespaces

namespace  Eigen
namespace  Eigen::internal

Functions

template<typename SparseLhsType , typename DenseRhsType , typename DenseResType , typename AlphaType >
void Eigen::internal::sparse_time_dense_product (const SparseLhsType &lhs, const DenseRhsType &rhs, DenseResType &res, const AlphaType &alpha)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines