![]() |
imate
C++/CUDA Reference
|
Defines the function \( f: \lambda \mapsto e^{a \lambda} \). More...
#include <exponential.h>


Public Member Functions | |
| Exponential (double coeff_) | |
Sets the default for the parameter coeff to 1.0. More... | |
| virtual float | function (const float lambda_) const |
| virtual double | function (const double lambda_) const |
| virtual long double | function (const long double lambda_) const |
Public Member Functions inherited from Function | |
| virtual | ~Function () |
| Default virtual destructor. More... | |
Public Attributes | |
| double | coeff |
Defines the function \( f: \lambda \mapsto e^{a \lambda} \).
The matrix function \( f: \mathbb{R}^{n \times n} \to \mathbb{R}^{n \times n} \) is used in
\[ \mathrm{trace} \left( f(\mathbf{A}) \right). \]
However, instead of a matrix function, the equivalent scalar function \( f: \mathbb{R} \to \mathbb{R} \) is defiend which acts on the eigenvalues of the matrix.
Definition at line 40 of file exponential.h.
| Exponential::Exponential | ( | double | coeff_ | ) |
Sets the default for the parameter coeff to 1.0.
Definition at line 27 of file exponential.cpp.
References coeff.
|
virtual |
| [in] | lambda_ | Eigenvalue (or singular value) of matrix. |
Implements Function.
Definition at line 55 of file exponential.cpp.
References coeff.
|
virtual |
| [in] | lambda_ | Eigenvalue (or singular value) of matrix. |
Implements Function.
Definition at line 41 of file exponential.cpp.
References coeff.
|
virtual |
| [in] | lambda_ | Eigenvalue (or singular value) of matrix. |
Implements Function.
Definition at line 69 of file exponential.cpp.
References coeff.
| double Exponential::coeff |
Definition at line 47 of file exponential.h.
Referenced by Exponential(), and function().