SOFA API  7352f41a
Open source framework for multi-physics simuation
Eigen::internal::sparse_time_dense_product_impl_MT< SparseLhsType, DenseRhsType, DenseResType, ColMajor, true > Struct Template Reference

#include <EigenBaseSparseMatrix_MT.h>

Static Public Member Functions

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

Function details

◆ run()

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