23    template<
typename VarType>
 
   26    template<
typename VarType>
 
This is an implementation of AdditiveCCD based on peridyno.
 
Array< T, DeviceType::GPU > DArray
 
ArrayMap< T, DeviceType::GPU > DArrayMap
 
void multiply_transposedSM_by_vector(DArrayMap< VarType > &matrix_a, DArray< VarType > &a, DArray< VarType > &Aa)
 
void multiply_SM_by_vector(DArrayMap< VarType > &matrix_a, DArray< VarType > &a, DArray< VarType > &Aa)