temptst2.cpp File Reference

#include "temptst.h"

Include dependency graph for temptst2.cpp:

Go to the source code of this file.

Functions

N1< double > callsquare (N1< double > n1)


Function Documentation

N1<double> callsquare ( N1< double >  n1  ) 

Definition at line 3 of file temptst2.cpp.

References n1, and x.

Referenced by mexFunction().

00003                                      {
00004   double x = n1.sqr();
00005   return N1<double>(x);
00006 }

Here is the caller graph for this function:


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