NeoPZ
Functions | Variables
pzreal.cpp File Reference

Contains the TPZCounter methods. More...

#include "pzreal.h"
#include <string>
#include <exception>
Include dependency graph for pzreal.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const TPZCounter &count)
 Re-implements << operator to show the counter (count) data. More...
 
REAL erf (REAL arg)
 

Variables

static string names []
 

Detailed Description

Contains the TPZCounter methods.

Definition in file pzreal.cpp.

Function Documentation

◆ erf()

REAL erf ( REAL  arg)

Function erf (Error function) implemented in http://www.johndcook.com/cpp_erf.html

Definition at line 60 of file pzreal.cpp.

References exp, and fabs.

Referenced by TPZNormalRandom< TVar >::cdf(), and Min().

Variable Documentation

◆ names

string names[]
static

Definition at line 17 of file pzreal.cpp.

Referenced by operator<<(), and TPZCounter::Print().