Main MRPT website > C++ reference
MRPT logo
Classes | Namespaces | Functions

PermutationMatrix.h File Reference

Go to the source code of this file.

Classes

struct  internal::traits< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime > >
class  PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime >
 Permutation matrix. More...
struct  internal::traits< permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > >
struct  internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >
struct  internal::traits< Transpose< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime > > >
class  Transpose< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime > >

Namespaces

namespace  internal
 

Applies the clock wise 2D rotation j to the set of 2D vectors of cordinates x and y: $ \left ( \begin{array}{cc} x \\ y \end{array} \right ) = J \left ( \begin{array}{cc} x \\ y \end{array} \right ) $


Functions

template<typename Derived , int SizeAtCompileTime, int MaxSizeAtCompileTime>
const
internal::permut_matrix_product_retval
< PermutationMatrix
< SizeAtCompileTime,
MaxSizeAtCompileTime >
, Derived, OnTheRight > 
operator* (const MatrixBase< Derived > &matrix, const PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime > &permutation)
template<typename Derived , int SizeAtCompileTime, int MaxSizeAtCompileTime>
const
internal::permut_matrix_product_retval
< PermutationMatrix
< SizeAtCompileTime,
MaxSizeAtCompileTime >
, Derived, OnTheLeft > 
operator* (const PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime > &permutation, const MatrixBase< Derived > &matrix)

Function Documentation

template<typename Derived , int SizeAtCompileTime, int MaxSizeAtCompileTime>
const internal::permut_matrix_product_retval<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime>, Derived, OnTheRight> operator* ( const MatrixBase< Derived > &  matrix,
const PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime > &  permutation 
) [inline]
Returns:
the matrix with the permutation applied to the columns.

Definition at line 310 of file PermutationMatrix.h.

References OnTheRight.

template<typename Derived , int SizeAtCompileTime, int MaxSizeAtCompileTime>
const internal::permut_matrix_product_retval<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime>, Derived, OnTheLeft> operator* ( const PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime > &  permutation,
const MatrixBase< Derived > &  matrix 
) [inline]
Returns:
the matrix with the permutation applied to the rows.

Definition at line 323 of file PermutationMatrix.h.

References OnTheLeft.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011