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

Transpositions.h File Reference

Go to the source code of this file.

Classes

class  Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime >
 Represents a sequence of transpositions (row/column interchange) More...
struct  internal::traits< transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed > >
struct  internal::transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed >
class  Transpose< Transpositions< 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::transposition_matrix_product_retval
< Transpositions
< SizeAtCompileTime,
MaxSizeAtCompileTime >
, Derived, OnTheRight > 
operator* (const MatrixBase< Derived > &matrix, const Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime > &transpositions)
template<typename Derived , int SizeAtCompileTime, int MaxSizeAtCompileTime>
const
internal::transposition_matrix_product_retval
< Transpositions
< SizeAtCompileTime,
MaxSizeAtCompileTime >
, Derived, OnTheLeft > 
operator* (const Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime > &transpositions, const MatrixBase< Derived > &matrix)

Function Documentation

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

Definition at line 195 of file Transpositions.h.

References OnTheRight.

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

Definition at line 208 of file Transpositions.h.

References OnTheLeft.




Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011