tesseract  5.0.0-alpha-619-ge9db
tesseract::HFunc Struct Reference

#include <functions.h>

Public Member Functions

double operator() (double x) const
 

Detailed Description

Definition at line 111 of file functions.h.

Member Function Documentation

◆ operator()()

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

Definition at line 112 of file functions.h.

112 { return Tanh(x); }

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