SOFA API  0d8d8705
Open source framework for multi-physics simuation
Eigen::internal Namespace Reference

Classes

struct  traits< SparseTimeDenseProduct_MT< Lhs, Rhs > >
 
struct  sparse_time_dense_product_impl_MT
 
struct  sparse_time_dense_product_impl_MT< SparseLhsType, DenseRhsType, DenseResType, RowMajor, true >
 
struct  sparse_time_dense_product_impl_MT< SparseLhsType, DenseRhsType, DenseResType, ColMajor, true >
 
struct  sparse_time_dense_product_impl_MT< SparseLhsType, DenseRhsType, DenseResType, RowMajor, false >
 
struct  sparse_time_dense_product_impl_MT< SparseLhsType, DenseRhsType, DenseResType, ColMajor, false >
 

Functions

template<typename SparseLhsType , typename DenseRhsType , typename DenseResType , typename AlphaType >
void sparse_time_dense_product_MT (const SparseLhsType &lhs, const DenseRhsType &rhs, DenseResType &res, const AlphaType &alpha, unsigned nbThreads)
 

Function Documentation

◆ sparse_time_dense_product_MT()

template<typename SparseLhsType , typename DenseRhsType , typename DenseResType , typename AlphaType >
void Eigen::internal::sparse_time_dense_product_MT ( const SparseLhsType &  lhs,
const DenseRhsType &  rhs,
DenseResType &  res,
const AlphaType &  alpha,
unsigned  nbThreads 
)
inline