SOFA API  3ea83cbd
Open source framework for multi-physics simuation
Eigen::SparseTimeDenseProduct_MT< Lhs, Rhs > Class Template Reference

#include <EigenBaseSparseMatrix_MT.h>

Inheritance diagram for Eigen::SparseTimeDenseProduct_MT< Lhs, Rhs >:

Public Member Functions

 SparseTimeDenseProduct_MT (const Lhs &lhs, const Rhs &rhs, unsigned nbThreads)
 
template<typename Dest >
void scaleAndAddTo (Dest &dest, const Scalar &alpha) const
 

Constructor details

◆ SparseTimeDenseProduct_MT()

template<typename Lhs , typename Rhs >
Eigen::SparseTimeDenseProduct_MT< Lhs, Rhs >::SparseTimeDenseProduct_MT ( const Lhs &  lhs,
const Rhs &  rhs,
unsigned  nbThreads 
)
inline

Function details

◆ scaleAndAddTo()

template<typename Lhs , typename Rhs >
template<typename Dest >
void Eigen::SparseTimeDenseProduct_MT< Lhs, Rhs >::scaleAndAddTo ( Dest &  dest,
const Scalar &  alpha 
) const
inline