|
|
Inheritance diagram for DynVectorKernel< T >:Public Member Functions | |
| void | Add (const T a[], const T b[], T *r) const |
| T | Dot (const T a[], const T b[]) const |
| DynVectorKernel (unsigned int dim) | |
| T | SqrDistance (const T a[], const T b[]) const |
Public Member Functions inherited from VectorKernel< DynamicDimensionVectorKernelStrategy, BaseT > | |
| void | Add (const PointAT &a, const PointBT &b, PointDT *d) const |
| void | AssignVector (const PointAT &a, const PointBT *b) const |
| ScalarTypeConversion< typenameScalarTypeConversion< typenameScalarTypeDeferer< PointAT >::ScalarType, typenameScalarTypeDeferer< PointBT >::ScalarType >::MultiplicationType, typenameScalarTypeConversion< typenameScalarTypeDeferer< PointAT >::ScalarType, typenameScalarTypeDeferer< PointBT >::ScalarType >::MultiplicationType >::AdditionType | Dot (const PointAT &a, const PointBT &b) const |
| void | Mul (typename ScalarTypeDeferer< PointAT >::ScalarType s, const PointAT &a, PointBT *b) const |
| void | Sub (const PointAT &a, const PointBT &b, PointDT *d) const |
Public Member Functions inherited from DynamicDimensionVectorKernelStrategy | |
| const unsigned int | Dimension () const |
| void | Dimension (unsigned int dim) |
Additional Inherited Members | |
Public Types inherited from VectorKernel< DynamicDimensionVectorKernelStrategy, BaseT > | |
| typedef DynamicDimensionVectorKernelStrategy | DimensionStrategyType |
Protected Attributes inherited from DynamicDimensionVectorKernelStrategy | |
| unsigned int | m_dim |
Definition at line 7 of file DynVectorKernel.h.
| DynVectorKernel | ( | unsigned int | dim | ) |
Definition at line 21 of file DynVectorKernel.h.
Definition at line 27 of file DynVectorKernel.h.
Definition at line 37 of file DynVectorKernel.h.
Definition at line 49 of file DynVectorKernel.h.