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

#include <PermutationMatrix.h>

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

List of all members.

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
< PermutationType
Traits

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)

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 647 of file PermutationMatrix.h.


Member Typedef Documentation

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

Definition at line 657 of file PermutationMatrix.h.

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

Definition at line 651 of file PermutationMatrix.h.

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

Definition at line 650 of file PermutationMatrix.h.

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

Definition at line 652 of file PermutationMatrix.h.

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

Definition at line 666 of file PermutationMatrix.h.

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

Definition at line 656 of file PermutationMatrix.h.


Member Enumeration Documentation

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

Definition at line 658 of file PermutationMatrix.h.


Constructor & Destructor Documentation

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

Definition at line 669 of file PermutationMatrix.h.


Member Function Documentation

template<typename Derived >
int Eigen::Transpose< PermutationBase< Derived > >::cols ( void  ) const [inline]
Returns:
the number of columns.
See also:
rows(), ColsAtCompileTime

Reimplemented from Eigen::EigenBase< Transpose< PermutationBase< Derived > > >.

Definition at line 672 of file PermutationMatrix.h.

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

Definition at line 685 of file PermutationMatrix.h.

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

Definition at line 676 of file PermutationMatrix.h.

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

Definition at line 707 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 702 of file PermutationMatrix.h.

template<typename Derived >
int Eigen::Transpose< PermutationBase< Derived > >::rows ( void  ) const [inline]
Returns:
the number of rows.
See also:
cols(), RowsAtCompileTime

Reimplemented from Eigen::EigenBase< Transpose< PermutationBase< Derived > > >.

Definition at line 671 of file PermutationMatrix.h.

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

Definition at line 687 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 693 of file PermutationMatrix.h.


Member Data Documentation

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

Definition at line 710 of file PermutationMatrix.h.


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


turtlebot_exploration_3d
Author(s): Bona , Shawn
autogenerated on Thu Jun 6 2019 21:00:57