ex13c.c File Reference

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

Include dependency graph for ex13c.c:

Go to the source code of this file.

Functions

int F2C() ext13c (double *ar, int *m, int *n)


Function Documentation

int F2C() ext13c ( double *  ar,
int m,
int n 
)

Definition at line 8 of file ex13c.c.

References ar, and n.

00011 {   
00012   int k;
00013   for (k = 0; k < *n*(*m); ++k) 
00014       ar[k]= 2*ar[k];
00015   return(0);
00016 }


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