![]() |
Eigen
5.0.1-dev+60122df6
|
#include <Eigen/src/Core/SkewSymmetricMatrix3.h>
Base class for skew symmetric matrices and expressions.
This is the base class that is inherited by SkewSymmetricMatrix3 and related expression types, which internally use a three vector for storing the entries. SkewSymmetric types always represent square three times three matrices.
This implementations follows class DiagonalMatrix
| Derived | is the derived type, a SkewSymmetricMatrix3 or SkewSymmetricWrapper. |
Inheritance diagram for Eigen::SkewSymmetricBase< Derived >:Public Member Functions | |
| constexpr Index | cols () const |
| Derived & | derived () |
| const Derived & | derived () const |
| constexpr Scalar | determinant () const |
| DenseMatrixType | exponential () const |
| template<typename MatrixDerived> | |
| Product< Derived, MatrixDerived, LazyProduct > | operator* (const MatrixBase< MatrixDerived > &matrix) const |
| SkewSymmetricScaleReturnType | operator* (const Scalar &scalar) const |
| template<typename MatrixDerived> | |
| Product< Derived, MatrixDerived, LazyProduct > | operator* (const SkewSymmetricBase< MatrixDerived > &matrix) const |
| template<typename OtherDerived> | |
| SkewSymmetricSumReturnType< OtherDerived > | operator+ (const SkewSymmetricBase< OtherDerived > &other) const |
| template<typename OtherDerived> | |
| SkewSymmetricDifferenceReturnType< OtherDerived > | operator- (const SkewSymmetricBase< OtherDerived > &other) const |
| constexpr Index | rows () const |
| DenseMatrixType | toDenseMatrix () const |
| PlainObject | transpose () const |
| SkewSymmetricVectorType & | vector () |
| const SkewSymmetricVectorType & | vector () const |
| template<typename OtherDerived> | |
| SkewSymmetricProductReturnType< OtherDerived > | wedge (const SkewSymmetricBase< OtherDerived > &other) const |
Public Member Functions inherited from Eigen::EigenBase< Derived > | |
| constexpr Index | cols () const noexcept |
| constexpr Derived & | derived () |
| constexpr const Derived & | derived () const |
| constexpr Index | rows () const noexcept |
| constexpr Index | size () const noexcept |
Additional Inherited Members | |
Public Types inherited from Eigen::EigenBase< Derived > | |
| typedef Eigen::Index | Index |
| The interface type of indices. | |
|
inlineconstexpr |
|
inline |
|
inline |
|
inlineconstexpr |
Determinant vanishes
|
inline |
|
inline |
*this by the dense matrix, matrix
|
inline |
*this by the scalar scalar
|
inline |
*this by the skew symmetric matrix, matrix
|
inline |
*this and the skew symmetric matrix other
|
inline |
*this and the skew symmetric matrix other
|
inlineconstexpr |
|
inline |
Constructs a dense matrix from *this. Note, this directly returns a dense matrix type, not an expression.
|
inline |
A.transpose() = -A
|
inline |
|
inline |
|
inline |
*this by the skew symmetric matrix other A wedge B = AB - BA