Expression of the transpose of a matrix.
More...
#include <Transpose.h>
|
MatrixType::Nested | m_matrix |
|
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.
template<typename MatrixType>
- Returns
- the nested expression
Definition at line 74 of file Transpose.h.
template<typename MatrixType>
- Returns
- the nested expression
Definition at line 78 of file Transpose.h.
78 {
return m_matrix.const_cast_derived(); }
The documentation for this class was generated from the following file:
- C:/Users/Brig/Documents/ShapeWorksStudio/src/Surfworks/Eigen/src/Core/Transpose.h