Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Square< NT > Struct Template Reference

#include <number_utils_classes.h>

Inheritance diagram for Square< NT >:
Collaboration diagram for Square< NT >:

Public Member Functions

NT operator() (const NT &x) const
 

Detailed Description

template<class NT>
struct Square< NT >

Definition at line 132 of file number_utils_classes.h.

Member Function Documentation

NT operator() ( const NT &  x) const
inline

Definition at line 135 of file number_utils_classes.h.

References square().

136  { return square( x ); }
double square(double x)
void int int REAL * x
Definition: read.cpp:74

Here is the call graph for this function:


The documentation for this struct was generated from the following file: