#include <cstdlib>
#include <cmath>
#include <cstdio>
#include <complex>
#include "arrays.h"
Go to the source code of this file.
Namespaces | |
namespace | CFCalc |
Functions | |
double | CFCalc::GetChiSquared (C3DArray *CFexp, C3DArray *Error, C3DArray *CFtheory) |
double | CFCalc::GetChiSquared (int lx, int ly, int lz, CCHArray *CFexp, CCHArray *Error, CCHArray *CFtheory) |
double | CFCalc::GetChiSquared (CCHArray *CFexp, CCHArray *CFtheory, CCHArray *error) |