![]() |
Eigen
3.4.90 (git rev 5a9f66fb35d03a4da9ef8976e67a61b30aa16dcf)
|
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.
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 |
![]() | |
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
SkewSymmetricWrapper< SkewSymmetricVectorType_ > & | derived () |
const SkewSymmetricWrapper< SkewSymmetricVectorType_ > & | derived () const |
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
Additional Inherited Members | |
![]() | |
typedef Eigen::Index | Index |
The interface type of indices. | |
|
inlineexplicit |
Constructor from expression of coefficients to wrap.
|
inline |