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

#include <PermutationMatrix.h>

Inheritance diagram for 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 Transpose< PermutationBase< Derived > >

Definition at line 624 of file PermutationMatrix.h.


Member Typedef Documentation

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

Definition at line 634 of file PermutationMatrix.h.

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

Definition at line 628 of file PermutationMatrix.h.

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

Definition at line 627 of file PermutationMatrix.h.

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

Definition at line 629 of file PermutationMatrix.h.

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

Definition at line 643 of file PermutationMatrix.h.

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

Definition at line 633 of file PermutationMatrix.h.


Member Enumeration Documentation

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

Definition at line 635 of file PermutationMatrix.h.


Constructor & Destructor Documentation

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

Definition at line 646 of file PermutationMatrix.h.


Member Function Documentation

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

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

Definition at line 649 of file PermutationMatrix.h.

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

Definition at line 662 of file PermutationMatrix.h.

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

Definition at line 653 of file PermutationMatrix.h.

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

Definition at line 684 of file PermutationMatrix.h.

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

Definition at line 679 of file PermutationMatrix.h.

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

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

Definition at line 648 of file PermutationMatrix.h.

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

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


Member Data Documentation

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

Definition at line 687 of file PermutationMatrix.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:26