tesseract  5.0.0
tesseract::GFunc Struct Reference

#include <functions.h>

Public Member Functions

TFloat operator() (TFloat x) const
 

Detailed Description

Definition at line 114 of file functions.h.

Member Function Documentation

◆ operator()()

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

Definition at line 115 of file functions.h.

115  {
116  return Tanh(x);
117  }
TFloat Tanh(TFloat x)
Definition: functions.h:44

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