gentril.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int C2F() gentril (integer *typ, integer *m, integer *n, integer *k, int *dx)


Function Documentation

int C2F() gentril ( integer typ,
integer m,
integer n,
integer k,
int dx 
)

Definition at line 30 of file gentril.c.

References i, j, l, ls, TRIL, and typ.

00031 {
00032   static integer kk, l, ls, ll, j, i, nn;
00033 
00034   switch (*typ) {
00035   case 1:
00036     TRIL(integer1);
00037     break;
00038   case 2:
00039     TRIL(integer2);
00040     break;
00041   case 4:
00042     TRIL(integer);
00043     break;
00044   case 11:
00045     TRIL(unsigned char);
00046     break;
00047   case 12:
00048     TRIL(unsigned short);
00049     break;
00050   case 14:
00051     TRIL(unsigned int);
00052     break;
00053   }
00054   return 0;
00055 }


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