Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MPC_current_control HydraulicControlBoard_SW AHRS Test_ekf ... more
CommaInitializer< XprType > Class Template Reference
[Core module]
Helper class used by the comma initializer operator. More...
#include <CommaInitializer.h>
Public Member Functions | |
XprType & | finished () |
Detailed Description
template<typename XprType>
class Eigen::CommaInitializer< XprType >
Helper class used by the comma initializer operator.
This class is internally used to implement the comma initializer feature. It is the return type of MatrixBase::operator<<, and most of the time this is the only way it is used.
Definition at line 28 of file CommaInitializer.h.
Member Function Documentation
XprType& finished | ( | ) |
- Returns:
- the built matrix once all its coefficients have been set. Calling finished is 100% optional. Its purpose is to write expressions like this:
quaternion.fromRotationMatrix((Matrix3f() << axis0, axis1, axis2).finished ());
Definition at line 116 of file CommaInitializer.h.
Generated on Tue Jul 12 2022 17:34:18 by
