#include <stdio.h>
#include <math.h>
#include <stdlib.h>
Go to the source code of this file.
Defines | |
#define | R_SMALL 0.000000001 |
Functions | |
void | normalize3d (double *v) |
void | MatrixFitRMS (int n, float *v1, float *v2, const float *wt, float *ttt) |
|
Definition at line 78 of file fitrms.c. Referenced by normalize3d. |
|
Definition at line 95 of file fitrms.c. References cc, n, normalize3d, and wt. |
|
Definition at line 80 of file fitrms.c. References R_SMALL. |