Public Types | Static Public Member Functions | List of all members
Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, typename DenseResType::Scalar, RowMajor, true > Struct Template Reference

#include <SparseDenseProduct.h>

Public Types

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

Static Public Member Functions

static void processRow (const LhsEval &lhsEval, const DenseRhsType &rhs, DenseResType &res, const typename Res::Scalar &alpha, Index i, Index col)
 
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, typename DenseResType::Scalar, RowMajor, true >

Definition at line 27 of file SparseDenseProduct.h.

Member Typedef Documentation

template<typename SparseLhsType , typename DenseRhsType , typename DenseResType >
typedef internal::remove_all<SparseLhsType>::type Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, typename DenseResType::Scalar, RowMajor, true >::Lhs

Definition at line 29 of file SparseDenseProduct.h.

template<typename SparseLhsType , typename DenseRhsType , typename DenseResType >
typedef evaluator<Lhs> Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, typename DenseResType::Scalar, RowMajor, true >::LhsEval

Definition at line 33 of file SparseDenseProduct.h.

template<typename SparseLhsType , typename DenseRhsType , typename DenseResType >
typedef evaluator<Lhs>::InnerIterator Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, typename DenseResType::Scalar, RowMajor, true >::LhsInnerIterator

Definition at line 32 of file SparseDenseProduct.h.

template<typename SparseLhsType , typename DenseRhsType , typename DenseResType >
typedef internal::remove_all<DenseResType>::type Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, typename DenseResType::Scalar, RowMajor, true >::Res

Definition at line 31 of file SparseDenseProduct.h.

template<typename SparseLhsType , typename DenseRhsType , typename DenseResType >
typedef internal::remove_all<DenseRhsType>::type Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, typename DenseResType::Scalar, RowMajor, true >::Rhs

Definition at line 30 of file SparseDenseProduct.h.

Member Function Documentation

template<typename SparseLhsType , typename DenseRhsType , typename DenseResType >
static void Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, typename DenseResType::Scalar, RowMajor, true >::processRow ( const LhsEval lhsEval,
const DenseRhsType &  rhs,
DenseResType &  res,
const typename Res::Scalar &  alpha,
Index  i,
Index  col 
)
inlinestatic

Definition at line 64 of file SparseDenseProduct.h.

template<typename SparseLhsType , typename DenseRhsType , typename DenseResType >
static void Eigen::internal::sparse_time_dense_product_impl< SparseLhsType, DenseRhsType, DenseResType, typename DenseResType::Scalar, RowMajor, true >::run ( const SparseLhsType &  lhs,
const DenseRhsType &  rhs,
DenseResType &  res,
const typename Res::Scalar &  alpha 
)
inlinestatic

Definition at line 34 of file SparseDenseProduct.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:47