Newton Dynamics  4.00
ndConjugateGradient< T, ndMatrixOperator > Class Template Reference
Inheritance diagram for ndConjugateGradient< T, ndMatrixOperator >:
ndClassAlloc

Public Member Functions

 ndConjugateGradient (T *const r0, T *const z0, T *const p0, T *const q0)
 
void SetBuffers (T *const r0, T *const z0, T *const p0, T *const q0)
 
Solve (ndInt32 size, T tolerance, T *const x, const T *const b, const T *const matrix, T *const preconditionerBuffer)
 
- Public Member Functions inherited from ndClassAlloc
 ndClassAlloc ()
 Empty default constructor.
 
 ~ndClassAlloc ()
 Empty.
 

Additional Inherited Members

- Static Public Member Functions inherited from ndClassAlloc
D_OPERATOR_NEW_AND_DELETE static D_CORE_API void * Malloc (size_t size)
 Generic allocation for any function subclass from ndClassAlloc.
 
static D_CORE_API void Free (void *const ptr)
 Generic destruction for any function subclass from ndClassAlloc.