tesseract  4.1.0
tesseract::GFunc Struct Reference

#include <functions.h>

Public Member Functions

double operator() (double x) const
 

Detailed Description

Definition at line 124 of file functions.h.

Member Function Documentation

double tesseract::GFunc::operator() ( double  x) const
inline

Definition at line 125 of file functions.h.

125 { return Tanh(x); }
double Tanh(double x)
Definition: functions.h:74

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