ex1c.c File Reference

#include "../../routines/machine.h"

Include dependency graph for ex1c.c:

Go to the source code of this file.

Functions

int F2C() ext1c (int *n, double *a, double *b, double *c)


Function Documentation

int F2C() ext1c ( int n,
double *  a,
double *  b,
double *  c 
)

Definition at line 4 of file ex1c.c.

References a, b, and n.

00007 {   
00008   int k;
00009   for (k = 0; k < *n; ++k) 
00010       c[k] = a[k] + b[k];
00011   return(0);
00012 }


Generated on Sun Mar 4 16:08:12 2007 for Scilab [trunk] by  doxygen 1.5.1