Go to the documentation of this file. 1 #ifndef GfxTL__DYNVECTORKERNEL_HEADER__
2 #define GfxTL__DYNVECTORKERNEL_HEADER__
12 void Add(
const T a[],
const T b[],
T* r)
const;
13 T Dot(
const T a[],
const T b[])
const;
28 for (
unsigned int i = 0; i < m_dim; ++i)
38 for (
size_t i = 1; i < m_dim; ++i)
49 for (
size_t i = 0; i < m_dim; ++i)
double a(double t, double a0, double j)
void Add(const T a[], const T b[], T *r) const
T SqrDistance(const T a[], const T b[]) const
T Dot(const T a[], const T b[]) const
DynVectorKernel(unsigned int dim)