static Arithmetic * Create(int n)
 
Arithmetic(const Arithmetic &)=delete
 
T Dot(DArray< T > &xArr, DArray< T > &yArr)
 
Reduction< T > * m_reduce
 
Arithmetic & operator=(const Arithmetic &)=delete
 
This is an implementation of AdditiveCCD based on peridyno.
 
Array< T, DeviceType::GPU > DArray