#include "temptst.h"Include dependency graph for temptst2.cpp:

Go to the source code of this file.
Functions | |
| N1< double > | callsquare (N1< double > n1) |
Definition at line 3 of file temptst2.cpp.
Referenced by mexFunction().
00003 { 00004 double x = n1.sqr(); 00005 return N1<double>(x); 00006 }
Here is the caller graph for this function:

1.5.1