Public Types | Public Member Functions | Protected Attributes | Private Types | Friends | List of all members
Eigen::Transpose< PermutationBase< Derived > > Class Template Reference

#include <PermutationMatrix.h>

Inheritance diagram for Eigen::Transpose< PermutationBase< Derived > >:
Inheritance graph
[legend]

Public Types

enum  {
  Flags = Traits::Flags, CoeffReadCost = Traits::CoeffReadCost, RowsAtCompileTime = Traits::RowsAtCompileTime, ColsAtCompileTime = Traits::ColsAtCompileTime,
  MaxRowsAtCompileTime = Traits::MaxRowsAtCompileTime, MaxColsAtCompileTime = Traits::MaxColsAtCompileTime
}
 
typedef Derived::DenseMatrixType DenseMatrixType
 
typedef Traits::Scalar Scalar
 
typedef internal::traits< PermutationTypeTraits
 
- Public Types inherited from Eigen::EigenBase< Transpose< PermutationBase< Derived > > >
typedef internal::traits< Transpose< PermutationBase< Derived > > >::Index Index
 
typedef internal::traits< Transpose< PermutationBase< Derived > > >::StorageKind StorageKind
 

Public Member Functions

int cols () const
 
PlainPermutationType eval () const
 
template<typename DenseDerived >
void evalTo (MatrixBase< DenseDerived > &other) const
 
const PermutationTypenestedPermutation () const
 
template<typename OtherDerived >
const internal::permut_matrix_product_retval< PermutationType, OtherDerived, OnTheLeft, true > operator* (const MatrixBase< OtherDerived > &matrix) const
 
int rows () const
 
DenseMatrixType toDenseMatrix () const
 
 Transpose (const PermutationType &p)
 
- Public Member Functions inherited from Eigen::EigenBase< Transpose< PermutationBase< Derived > > >
void addTo (Dest &dst) const
 
void applyThisOnTheLeft (Dest &dst) const
 
void applyThisOnTheRight (Dest &dst) const
 
Index cols () const
 
Transpose< PermutationBase< Derived > > & const_cast_derived () const
 
const Transpose< PermutationBase< Derived > > & const_derived () const
 
Transpose< PermutationBase< Derived > > & derived ()
 
const Transpose< PermutationBase< Derived > > & derived () const
 
void evalTo (Dest &dst) const
 
Index rows () const
 
Index size () const
 
void subTo (Dest &dst) const
 

Protected Attributes

const PermutationTypem_permutation
 

Private Types

typedef PermutationType::IndicesType IndicesType
 
typedef Derived PermutationType
 
typedef PermutationType::PlainPermutationType PlainPermutationType
 

Friends

template<typename OtherDerived >
const internal::permut_matrix_product_retval< PermutationType, OtherDerived, OnTheRight, true > operator* (const MatrixBase< OtherDerived > &matrix, const Transpose &trPerm)
 

Detailed Description

template<typename Derived>
class Eigen::Transpose< PermutationBase< Derived > >

Definition at line 614 of file PermutationMatrix.h.

Member Typedef Documentation

template<typename Derived >
typedef Derived::DenseMatrixType Eigen::Transpose< PermutationBase< Derived > >::DenseMatrixType

Definition at line 624 of file PermutationMatrix.h.

template<typename Derived >
typedef PermutationType::IndicesType Eigen::Transpose< PermutationBase< Derived > >::IndicesType
private

Definition at line 618 of file PermutationMatrix.h.

template<typename Derived >
typedef Derived Eigen::Transpose< PermutationBase< Derived > >::PermutationType
private

Definition at line 617 of file PermutationMatrix.h.

template<typename Derived >
typedef PermutationType::PlainPermutationType Eigen::Transpose< PermutationBase< Derived > >::PlainPermutationType
private

Definition at line 619 of file PermutationMatrix.h.

template<typename Derived >
typedef Traits::Scalar Eigen::Transpose< PermutationBase< Derived > >::Scalar

Definition at line 633 of file PermutationMatrix.h.

template<typename Derived >
typedef internal::traits<PermutationType> Eigen::Transpose< PermutationBase< Derived > >::Traits

Definition at line 623 of file PermutationMatrix.h.

Member Enumeration Documentation

template<typename Derived >
anonymous enum
Enumerator
Flags 
CoeffReadCost 
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 

Definition at line 625 of file PermutationMatrix.h.

Constructor & Destructor Documentation

template<typename Derived >
Eigen::Transpose< PermutationBase< Derived > >::Transpose ( const PermutationType p)
inline

Definition at line 636 of file PermutationMatrix.h.

Member Function Documentation

template<typename Derived >
int Eigen::Transpose< PermutationBase< Derived > >::cols ( void  ) const
inline

Definition at line 639 of file PermutationMatrix.h.

template<typename Derived >
PlainPermutationType Eigen::Transpose< PermutationBase< Derived > >::eval ( ) const
inline
Returns
the equivalent permutation matrix

Definition at line 652 of file PermutationMatrix.h.

template<typename Derived >
template<typename DenseDerived >
void Eigen::Transpose< PermutationBase< Derived > >::evalTo ( MatrixBase< DenseDerived > &  other) const
inline

Definition at line 643 of file PermutationMatrix.h.

template<typename Derived >
const PermutationType& Eigen::Transpose< PermutationBase< Derived > >::nestedPermutation ( ) const
inline

Definition at line 674 of file PermutationMatrix.h.

template<typename Derived >
template<typename OtherDerived >
const internal::permut_matrix_product_retval<PermutationType, OtherDerived, OnTheLeft, true> Eigen::Transpose< PermutationBase< Derived > >::operator* ( const MatrixBase< OtherDerived > &  matrix) const
inline
Returns
the matrix with the inverse permutation applied to the rows.

Definition at line 669 of file PermutationMatrix.h.

template<typename Derived >
int Eigen::Transpose< PermutationBase< Derived > >::rows ( void  ) const
inline

Definition at line 638 of file PermutationMatrix.h.

template<typename Derived >
DenseMatrixType Eigen::Transpose< PermutationBase< Derived > >::toDenseMatrix ( ) const
inline

Definition at line 654 of file PermutationMatrix.h.

Friends And Related Function Documentation

template<typename Derived >
template<typename OtherDerived >
const internal::permut_matrix_product_retval<PermutationType, OtherDerived, OnTheRight, true> operator* ( const MatrixBase< OtherDerived > &  matrix,
const Transpose< PermutationBase< Derived > > &  trPerm 
)
friend
Returns
the matrix with the inverse permutation applied to the columns.

Definition at line 660 of file PermutationMatrix.h.

Member Data Documentation

template<typename Derived >
const PermutationType& Eigen::Transpose< PermutationBase< Derived > >::m_permutation
protected

Definition at line 677 of file PermutationMatrix.h.


The documentation for this class was generated from the following file:


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:11