Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Static Public Member Functions
Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, RowMajor, false > Struct Template Reference

Public Types

typedef internal::remove_all< SparseLhsType >::type Lhs
 
typedef internal::remove_all< DenseRhsType >::type Rhs
 
typedef internal::remove_all< DenseResType >::type Res
 
typedef Lhs::InnerIterator LhsInnerIterator
 
typedef Lhs::Index Index
 

Static Public Member Functions

static void run (const SparseLhsType &lhs, const DenseRhsType &rhs, DenseResType &res, const typename Res::Scalar &alpha)
 

Detailed Description

template<typename SparseLhsType, typename DenseRhsType, typename DenseResType>
struct Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, RowMajor, false >

Definition at line 193 of file SparseDenseProduct.h.


The documentation for this struct was generated from the following file: