Shapeworks Studio  2.1
Shape analysis software suite
Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, LhsStorageOrder, ColPerCol > Struct Template Reference

Detailed Description

template<typename SparseLhsType, typename DenseRhsType, typename DenseResType, int LhsStorageOrder = ((SparseLhsType::Flags&RowMajorBit)==RowMajorBit) ? RowMajor : ColMajor, bool ColPerCol = ((DenseRhsType::Flags&RowMajorBit)==0) || DenseRhsType::ColsAtCompileTime==1>
struct Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, LhsStorageOrder, ColPerCol >

Definition at line 144 of file SparseDenseProduct.h.


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