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
Transpose< MatrixType > Class Template Reference
[Core module]
Expression of the transpose of a matrix. More...
#include <Transpose.h>
Public Member Functions | |
const internal::remove_all < typename MatrixType::Nested > ::type & | nestedExpression () const |
internal::remove_all< typename MatrixType::Nested >::type & | nestedExpression () |
Detailed Description
template<typename MatrixType>
class Eigen::Transpose< MatrixType >
Expression of the transpose of a matrix.
- Parameters:
-
MatrixType the type of the object of which we are taking the transpose
This class represents an expression of the transpose of a matrix. It is the return type of MatrixBase::transpose() and MatrixBase::adjoint() and most of the time this is the only way it is used.
- See also:
- MatrixBase::transpose(), MatrixBase::adjoint()
Definition at line 57 of file Transpose.h.
Member Function Documentation
internal::remove_all<typename MatrixType::Nested>::type& nestedExpression | ( | ) |
- Returns:
- the nested expression
Definition at line 78 of file Transpose.h.
const internal::remove_all<typename MatrixType::Nested>::type& nestedExpression | ( | ) | const |
- Returns:
- the nested expression
Definition at line 74 of file Transpose.h.
Generated on Tue Jul 12 2022 17:47:04 by
