Expression of a skew symmetric matrix. More...
Public Member Functions | |
SkewSymmetricWrapper (SkewSymmetricVectorType &a_vector) | |
const SkewSymmetricVectorType & | vector () const |
![]() | |
EIGEN_CONSTEXPR Index | cols () const |
SkewSymmetricWrapper< SkewSymmetricVectorType_ > & | derived () |
const SkewSymmetricWrapper< SkewSymmetricVectorType_ > & | derived () const |
EIGEN_CONSTEXPR Scalar | determinant () const |
DenseMatrixType | exponential () const |
Product< SkewSymmetricWrapper< SkewSymmetricVectorType_ >, MatrixDerived, LazyProduct > | operator* (const MatrixBase< MatrixDerived > &matrix) const |
SkewSymmetricScaleReturnType | operator* (const Scalar &scalar) const |
Product< SkewSymmetricWrapper< SkewSymmetricVectorType_ >, MatrixDerived, LazyProduct > | operator* (const SkewSymmetricBase< MatrixDerived > &matrix) const |
SkewSymmetricSumReturnType< OtherDerived > | operator+ (const SkewSymmetricBase< OtherDerived > &other) const |
SkewSymmetricDifferenceReturnType< OtherDerived > | operator- (const SkewSymmetricBase< OtherDerived > &other) const |
EIGEN_CONSTEXPR Index | rows () const |
DenseMatrixType | toDenseMatrix () const |
PlainObject | transpose () const |
SkewSymmetricVectorType & | vector () |
const SkewSymmetricVectorType & | vector () const |
SkewSymmetricProductReturnType< OtherDerived > | wedge (const SkewSymmetricBase< OtherDerived > &other) const |
![]() | |
template<typename Dest > | |
void | addTo (Dest &dst) const |
template<typename Dest > | |
void | applyThisOnTheLeft (Dest &dst) const |
template<typename Dest > | |
void | applyThisOnTheRight (Dest &dst) const |
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
Derived & | const_cast_derived () const |
const Derived & | const_derived () const |
Derived & | derived () |
const Derived & | derived () const |
template<typename Dest > | |
void | evalTo (Dest &dst) const |
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
template<typename Dest > | |
void | subTo (Dest &dst) const |
Protected Attributes | |
SkewSymmetricVectorType::Nested | m_vector |
Expression of a skew symmetric matrix.
SkewSymmetricVectorType_ | the type of the vector of coefficients |
This class is an expression of a skew symmetric matrix, but not storing its own vector of coefficients, instead wrapping an existing vector expression. It is the return type of MatrixBase::asSkewSymmetric() and most of the time this is the only way that it is used.
Definition at line 320 of file SkewSymmetricMatrix3.h.
|
inlineexplicit |
Constructor from expression of coefficients to wrap.
Definition at line 331 of file SkewSymmetricMatrix3.h.
|
inline |
Definition at line 335 of file SkewSymmetricMatrix3.h.
|
protected |
Definition at line 338 of file SkewSymmetricMatrix3.h.