#include "common.h"
#include <stdio.h>
#include <math.h>
#include "machine.h"
#include "vmath.h"
#include "plot3.h"
Include dependency graph for scale.c:
Go to the source code of this file.
Functions | |
void | tp_scale (int *idata, int elements, register int mode, int length, int *odata, double *min, double *dx) |
This routine is intended to take an array of data points as input (either integer, floating, or double), and scale it to fit in a space of LENGTH units. | |
void | PL_FORTRAN (fscale, FSCALE) |
Definition in file scale.c.