The Complete SPRLIB & ANNLIB

fprintf_vector

- print a vector to the file pointed by stream

SYNOPSIS

int fprintf_vector (stream, n, mean)

ARGUMENTS

FILE *stream Pointer to output-file.
int n Dimension of vector. See in FUNCTION below.
double *mean Input vector.

RETURNS

TRUE if an error is detected during file-i/o, FALSE if no error is detected.

FUNCTION

See above. The vector mean[1..n] is a vector with fixed lower bound and upper bound n.

NOTE

The input vector has to be in NRinC -format.

SEE ALSO

fprintf_matrix

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998