Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

fitrms.c File Reference

#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)


Define Documentation

#define R_SMALL   0.000000001
 

Definition at line 78 of file fitrms.c.

Referenced by normalize3d.


Function Documentation

void MatrixFitRMS int    n,
float *    v1,
float *    v2,
const float *    wt,
float *    ttt
 

Definition at line 95 of file fitrms.c.

References cc, n, normalize3d, and wt.

void normalize3d double *    v [static]
 

Definition at line 80 of file fitrms.c.

References R_SMALL.


Generated on Wed Apr 24 02:43:49 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002