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
PartialReduxExpr< MatrixType, MemberOp, Direction > Class Template Reference
[Core module]
Generic expression of a partially reduxed matrix. More...
#include <VectorwiseOp.h>
Inherits Eigen::internal::no_assignment_operator, and internal::dense_xpr_base::type< PartialReduxExpr< MatrixType, MemberOp, Direction > >.
Detailed Description
template<typename MatrixType, typename MemberOp, int Direction>
class Eigen::PartialReduxExpr< MatrixType, MemberOp, Direction >
Generic expression of a partially reduxed matrix.
- Template Parameters:
-
MatrixType the type of the matrix we are applying the redux operation MemberOp type of the member functor Direction indicates the direction of the redux (Vertical or Horizontal)
This class represents an expression of a partial redux operator of a matrix. It is the return type of some VectorwiseOp functions, and most of the time this is the only way it is used.
- See also:
- class VectorwiseOp
Definition at line 68 of file VectorwiseOp.h.
Generated on Tue Jul 12 2022 17:34:20 by
