Represents a 3x3 skew symmetric matrix with its storage. More...
Public Member Functions | |
template<typename OtherDerived > | |
SkewSymmetricMatrix3 & | operator= (const SkewSymmetricBase< OtherDerived > &other) |
void | setZero () |
SkewSymmetricMatrix3 () | |
template<typename OtherDerived > | |
SkewSymmetricMatrix3 (const MatrixBase< OtherDerived > &other) | |
SkewSymmetricMatrix3 (const Scalar &x, const Scalar &y, const Scalar &z) | |
template<typename OtherDerived > | |
SkewSymmetricMatrix3 (const SkewSymmetricBase< OtherDerived > &other) | |
SkewSymmetricMatrix3 (SkewSymmetricVectorType &&vec) | |
Constructs a SkewSymmetricMatrix3 from an r-value vector type. More... | |
SkewSymmetricVectorType & | vector () |
const SkewSymmetricVectorType & | vector () const |
![]() | |
EIGEN_CONSTEXPR Index | cols () const |
SkewSymmetricMatrix3< Scalar_ > & | derived () |
const SkewSymmetricMatrix3< Scalar_ > & | derived () const |
EIGEN_CONSTEXPR Scalar | determinant () const |
DenseMatrixType | exponential () const |
Product< SkewSymmetricMatrix3< Scalar_ >, MatrixDerived, LazyProduct > | operator* (const MatrixBase< MatrixDerived > &matrix) const |
SkewSymmetricScaleReturnType | operator* (const Scalar &scalar) const |
Product< SkewSymmetricMatrix3< Scalar_ >, 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 |
Static Public Member Functions | |
static InitializeReturnType | Zero () |
Protected Attributes | |
SkewSymmetricVectorType | m_vector |
Represents a 3x3 skew symmetric matrix with its storage.
Scalar_ | the type of coefficients |
Definition at line 200 of file SkewSymmetricMatrix3.h.
typedef SkewSymmetricWrapper<const CwiseNullaryOp<internal::scalar_constant_op<Scalar>, SkewSymmetricVectorType> > Eigen::SkewSymmetricMatrix3< Scalar_ >::InitializeReturnType |
Definition at line 275 of file SkewSymmetricMatrix3.h.
|
inline |
Default constructor without initialization
Definition at line 227 of file SkewSymmetricMatrix3.h.
|
inline |
Constructor from three scalars
Definition at line 231 of file SkewSymmetricMatrix3.h.
|
inlineexplicit |
Constructs a SkewSymmetricMatrix3 from an r-value vector type.
Definition at line 235 of file SkewSymmetricMatrix3.h.
|
inlineexplicit |
generic constructor from expression of the coefficients
Definition at line 240 of file SkewSymmetricMatrix3.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 223 of file SkewSymmetricMatrix3.h.
|
inline |
|
inlinestatic |
Initializes a skew symmetric matrix with coefficients set to zero
Definition at line 279 of file SkewSymmetricMatrix3.h.
|
protected |
Definition at line 214 of file SkewSymmetricMatrix3.h.