tesseract 4.1.1
Loading...
Searching...
No Matches
tesseract::GFunc Struct Reference

#include <functions.h>

Public Member Functions

double operator() (double x) const
 

Detailed Description

Definition at line 93 of file functions.h.

Member Function Documentation

◆ operator()()

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

Definition at line 94 of file functions.h.

94{ return Tanh(x); }
double Tanh(double x)
Definition: functions.h:43

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