#include "defs.h"
Include dependency graph for conjgrad.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | conjugate_gradient (vtx_data *, double *, double *, int, double, int) |
void | conjugate_gradient_f (float **, double *, double *, int, double, int, boolean) |
void | conjugate_gradient_mkernel (float *, float *, float *, int, double, int) |
void conjugate_gradient | ( | vtx_data * | , | |
double * | , | |||
double * | , | |||
int | , | |||
double | , | |||
int | ||||
) |
Definition at line 29 of file conjgrad.c.
References copy_vector(), free(), N_GNEW, orthog1(), right_mult_with_vector(), vectors_addition(), vectors_inner_product(), vectors_scalar_mult(), and vectors_subtraction().
void conjugate_gradient_f | ( | float ** | , | |
double * | , | |||
double * | , | |||
int | , | |||
double | , | |||
int | , | |||
boolean | ||||
) |
Definition at line 97 of file conjgrad.c.
References copy_vector(), free(), N_GNEW, orthog1(), right_mult_with_vector_f(), vectors_addition(), vectors_inner_product(), vectors_scalar_mult(), and vectors_subtraction().
void conjugate_gradient_mkernel | ( | float * | , | |
float * | , | |||
float * | , | |||
int | , | |||
double | , | |||
int | ||||
) |
Definition at line 162 of file conjgrad.c.
References copy_vectorf(), free(), N_NEW, orthog1f(), right_mult_with_vector_ff(), vectors_additionf(), vectors_inner_productf(), vectors_mult_additionf(), vectors_scalar_multf(), and vectors_substractionf().
Referenced by stress_majorization_kD_mkernel().