The Inverse Quadratic function, defined by.
More...
|
static double | Deriv (const double y) |
| Computes the first derivative of the Inverse Quadratic function. More...
|
|
template |
static void | Deriv (const InputVecType &x, OutputVecType &y) |
| Computes the first derivatives of the Inverse Quadratic function. More...
|
|
static double | Fn (const double x) |
| Computes the Inverse Quadratic function. More...
|
|
template |
static void | Fn (const InputVecType &x, OutputVecType &y) |
| Computes the Inverse Quadratic function. More...
|
|
The Inverse Quadratic function, defined by.
Definition at line 28 of file inverse_quadratic_function.hpp.
◆ Deriv() [1/2]
static double Deriv |
( |
const double |
y | ) |
|
|
inlinestatic |
◆ Deriv() [2/2]
static void Deriv |
( |
const InputVecType & |
x, |
|
|
OutputVecType & |
y |
|
) |
| |
|
inlinestatic |
Computes the first derivatives of the Inverse Quadratic function.
- Parameters
-
y | Input data. |
x | The resulting derivatives. |
Definition at line 72 of file inverse_quadratic_function.hpp.
◆ Fn() [1/2]
static double Fn |
( |
const double |
x | ) |
|
|
inlinestatic |
◆ Fn() [2/2]
static void Fn |
( |
const InputVecType & |
x, |
|
|
OutputVecType & |
y |
|
) |
| |
|
inlinestatic |
Computes the Inverse Quadratic function.
- Parameters
-
x | Input data. |
y | The resulting output activation. |
Definition at line 49 of file inverse_quadratic_function.hpp.
The documentation for this class was generated from the following file: