![]() |
PeriDyno 1.2.1
|
#include <Arithmetic.h>
Public Member Functions | |
| Arithmetic (const Arithmetic &)=delete | |
| Arithmetic & | operator= (const Arithmetic &)=delete |
| T | Dot (DArray< T > &xArr, DArray< T > &yArr) |
| ~Arithmetic () | |
Static Public Member Functions | |
| static Arithmetic * | Create (int n) |
Private Member Functions | |
| Arithmetic (int n) | |
Private Attributes | |
| Reduction< T > * | m_reduce |
| DArray< T > | m_buf |
Definition at line 8 of file Arithmetic.h.
|
delete |


| dyno::Arithmetic< T >::~Arithmetic | ( | ) |
|
private |
|
static |



|
delete |

|
private |
Definition at line 23 of file Arithmetic.h.
|
private |
Definition at line 22 of file Arithmetic.h.