tesseract  4.00.00dev
tesseract::GFunc Struct Reference

#include <functions.h>

Public Member Functions

double operator() (double x) const
 

Detailed Description

Definition at line 110 of file functions.h.

Member Function Documentation

◆ operator()()

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

Definition at line 111 of file functions.h.

111 { return Tanh(x); }
double Tanh(double x)
Definition: functions.h:45

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