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: | |
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) |
const internal::transposition_matrix_product_retval<Transpositions<SizeAtCompileTime, MaxSizeAtCompileTime>, Derived, OnTheRight> operator* | ( | const MatrixBase< Derived > & | matrix, |
const Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime > & | transpositions | ||
) | [inline] |
Definition at line 195 of file Transpositions.h.
References OnTheRight.
const internal::transposition_matrix_product_retval<Transpositions<SizeAtCompileTime, MaxSizeAtCompileTime>, Derived, OnTheLeft> operator* | ( | const Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime > & | transpositions, |
const MatrixBase< Derived > & | matrix | ||
) | [inline] |
Definition at line 208 of file Transpositions.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 |