tesseract  5.0.0
tesseract::HFunc Struct Reference

#include <functions.h>

Public Member Functions

TFloat operator() (TFloat x) const
 

Detailed Description

Definition at line 140 of file functions.h.

Member Function Documentation

◆ operator()()

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

Definition at line 141 of file functions.h.

141  {
142  return Tanh(x);
143  }
TFloat Tanh(TFloat x)
Definition: functions.h:44

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