![]() |
Eigen-unsupported
5.0.1-dev+284dcc12
|
#include <unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h>
Scaling operator.
This struct is used by CwiseUnaryOp to scale a matrix by \( 2^{-s} \).
Public Member Functions | |
| MatrixExponentialScalingOp (int squarings) | |
| Constructor. | |
| const Scalar | operator() (const Scalar &x) const |
| Scale a matrix coefficient. | |
|
inline |
Constructor.
| [in] | squarings | The integer \( s \) in this document. |
|
inline |
Scale a matrix coefficient.
| [in,out] | x | The scalar to be scaled, becoming \( 2^{-s} x \). |