Scaling operator.
More...
#include <MatrixExponential.h>
|
typedef std::complex< RealScalar > | ComplexScalar |
|
template<typename RealScalar>
struct Eigen::internal::MatrixExponentialScalingOp< RealScalar >
Scaling operator.
This struct is used by CwiseUnaryOp to scale a matrix by \( 2^{-s} \).
§ MatrixExponentialScalingOp()
template<typename RealScalar >
Constructor.
- Parameters
-
[in] | squarings | The integer \( s \) in this document. |
§ operator()() [1/2]
template<typename RealScalar >
Scale a matrix coefficient.
- Parameters
-
[in,out] | x | The scalar to be scaled, becoming \( 2^{-s} x \). |
§ operator()() [2/2]
template<typename RealScalar >
Scale a matrix coefficient.
- Parameters
-
[in,out] | x | The scalar to be scaled, becoming \( 2^{-s} x \). |
The documentation for this struct was generated from the following file: