debian man page for pgamean

Query: pgamean

OS: debian

Section: 5

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGAMean(5)							      PGAPack								PGAMean(5)

NAME
PGAMean - calculates the mean value of an array of elements
INPUT PARAMETERS
ctx - context variable a - array to take the mean of n - number of elements in array a
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" double PGAMean(ctx, a, n) PGAContext *ctx double *a int n
LOCATION
utility.c
EXAMPLE
Example: PGAContext *ctx; double a[100], mean; : mean = PGAMean(ctx, a, 100); 05/01/95 PGAMean(5)
Related Man Pages
pgaevaluate(1) - debian
pgasetintegerinitrange(2) - debian
pgasendreceiveindividual(4) - debian
pgacreate(8) - debian
glxquerycontextinfoext(3g) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com