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: Eigen_test Odometry_test AttitudeEstimation_usingTicker MPU9250_Quaternion_Binary_Serial ... more
Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > Class Template Reference
[Core module]
Expression of a coefficient wise version of the C++ ternary operator ?: More...
#include <Select.h>
Inherits Eigen::internal::no_assignment_operator, and internal::dense_xpr_base::type< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >.
Detailed Description
template<typename ConditionMatrixType, typename ThenMatrixType, typename ElseMatrixType>
class Eigen::Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType >
Expression of a coefficient wise version of the C++ ternary operator ?:
- Parameters:
-
ConditionMatrixType the type of the condition expression which must be a boolean matrix ThenMatrixType the type of the then expression ElseMatrixType the type of the else expression
This class represents an expression of a coefficient wise version of the C++ ternary operator ?:. It is the return type of DenseBase::select() and most of the time this is the only way it is used.
- See also:
- DenseBase::select(const DenseBase<ThenDerived>&, const DenseBase<ElseDerived>&) const
Generated on Tue Jul 12 2022 17:47:04 by
