|
TR-mbed 1.0
|
Scaling operator. More...
#include <MatrixExponential.h>
Public Types | |
| typedef std::complex< RealScalar > | ComplexScalar |
Public Member Functions | |
| MatrixExponentialScalingOp (int squarings) | |
| Constructor. | |
| const RealScalar | operator() (const RealScalar &x) const |
| Scale a matrix coefficient. | |
| const ComplexScalar | operator() (const ComplexScalar &x) const |
| Scale a matrix coefficient. | |
Scaling operator.
This struct is used by CwiseUnaryOp to scale a matrix by 
| typedef std::complex<RealScalar> Eigen::internal::MatrixExponentialScalingOp< RealScalar >::ComplexScalar |
|
inline |
Constructor.
| [in] | squarings | The integer ![]() |
|
inline |
Scale a matrix coefficient.
| [in,out] | x | The scalar to be scaled, becoming ![]() |
|
inline |
Scale a matrix coefficient.
| [in,out] | x | The scalar to be scaled, becoming ![]() |