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) |
| T | 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. | |