#include <Transpositions.h>
List of all members.
Public Member Functions |
template<typename Derived > |
const
internal::transposition_matrix_product_retval
< TranspositionType, Derived,
OnTheLeft, true > | operator* (const MatrixBase< Derived > &matrix) const |
int | size () const |
| Transpose (const TranspositionType &t) |
Friends |
template<typename Derived > |
const
internal::transposition_matrix_product_retval
< TranspositionType, Derived,
OnTheRight, true > | operator* (const MatrixBase< Derived > &matrix, const Transpose &trt) |
Constructor & Destructor Documentation
Member Function Documentation
const internal::transposition_matrix_product_retval<TranspositionType, Derived, OnTheLeft, true> operator* |
( |
const MatrixBase< Derived > & |
matrix | ) |
const |
|
inline |
- Returns:
- the matrix with the inverse transpositions applied to the rows.
Friends And Related Function Documentation
- Returns:
- the matrix with the inverse transpositions applied to the columns.
Member Data Documentation
const TranspositionType& m_transpositions |
|
protected |
The documentation for this class was generated from the following file: