SOFA API  b3f2f2a4
Open source framework for multi-physics simuation
Eigen Namespace Reference

Namespaces

 internal
 

Classes

class  SparseTimeDenseProduct_MT
 
struct  SparseDenseProductReturnType_MT
 
struct  SparseDenseProductReturnType_MT< Lhs, Rhs, 1 >
 

Detailed Description

try to add opemp instructions to parallelize the eigen sparse matrix multiplication inspired by eigen3.2.0 ConservativeSparseSparseProduct.h & SparseProduct.h

Warning
this will not work with pruning (cf Eigen doc)
this is based on the implementation of eigen3.2.0, it may be wrong with other versions