ext8c.c File Reference

#include "stack-c.h"

Include dependency graph for ext8c.c:

Go to the source code of this file.

Functions

int ext8c (double *y)


Function Documentation

int ext8c ( double *  y  ) 

Definition at line 11 of file ext8c.c.

References GetMatrixptr, i, lp, m, n, and stk.

00012 {
00013   static int m, n, lp,i;
00014   GetMatrixptr("param", &m, &n, &lp);
00015   /* param can be changed */
00016   *stk(lp)=18.0;
00017   /* param can be read */
00018   for (i=0; i < m*n ; i++ ) y[i] = (*stk(lp+i));
00019   return 0;
00020 }


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