imate
C++/CUDA Reference
|
Defines the function \( f: \lambda \mapsto \log(\lambda) \). More...
#include <logarithm.h>
Public Member Functions | |
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... | |
Defines the function \( f: \lambda \mapsto \log(\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 logarithm.h.
|
virtual |
[in] | lambda_ | Eigenvalue (or singular value) of matrix. |
Implements Function.
Definition at line 42 of file logarithm.cpp.
|
virtual |
[in] | lambda_ | Eigenvalue (or singular value) of matrix. |
Implements Function.
Definition at line 28 of file logarithm.cpp.
|
virtual |
[in] | lambda_ | Eigenvalue (or singular value) of matrix. |
Implements Function.
Definition at line 56 of file logarithm.cpp.