UQTk: Uncertainty Quantification Toolkit 3.1.5
|
#include <cstdio>
#include <stddef.h>
#include <fstream>
#include <string>
#include <math.h>
#include <iostream>
#include <sstream>
#include <stdlib.h>
#include "assert.h"
#include <getopt.h>
#include "Array2D.h"
#include "tools.h"
#include "arrayio.h"
#include "arraytools.h"
#include "error_handlers.h"
#include "ftndefs.h"
#include "depblas.h"
#include "deplapack.h"
Macros | |
#define | VERB |
Functions | |
double | arrayMean (int n, double *a) |
double | arrayVar (int n, double *a, double aMean, int ddof) |
void | usage () |
int | main (int argc, char *argv[]) |
#define VERB |
double arrayMean | ( | int | n, |
double * | a ) |
double arrayVar | ( | int | n, |
double * | a, | ||
double | aMean, | ||
int | ddof ) |
int main | ( | int | argc, |
char * | argv[] ) |
void usage | ( | ) |