tesseract  5.0.0
tesseract::FPrime Struct Reference

#include <functions.h>

Public Member Functions

TFloat operator() (TFloat y) const
 

Detailed Description

Definition at line 80 of file functions.h.

Member Function Documentation

◆ operator()()

TFloat tesseract::FPrime::operator() ( TFloat  y) const
inline

Definition at line 81 of file functions.h.

81  {
82  return y * (1.0 - y);
83  }

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