tesseract  5.0.0-alpha-619-ge9db
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); }

The documentation for this struct was generated from the following file:
tesseract::Tanh
double Tanh(double x)
Definition: functions.h:43