#include <PermutationMatrix.h>
Friends |
template<typename OtherDerived > |
const
internal::permut_matrix_product_retval
< PermutationType,
OtherDerived, OnTheRight, true > | operator* (const MatrixBase< OtherDerived > &matrix, const Transpose &trPerm) |
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
void addTo |
( |
Dest & |
dst | ) |
const |
|
inlineinherited |
void applyThisOnTheLeft |
( |
Dest & |
dst | ) |
const |
|
inlineinherited |
void applyThisOnTheRight |
( |
Dest & |
dst | ) |
const |
|
inlineinherited |
- Returns
- a reference to the derived object
- Returns
- a const reference to the derived object
PlainPermutationType eval |
( |
| ) |
const |
|
inline |
- Returns
- the equivalent permutation matrix
void evalTo |
( |
Dest & |
dst | ) |
const |
|
inlineinherited |
const PermutationType& nestedPermutation |
( |
| ) |
const |
|
inline |
const internal::permut_matrix_product_retval<PermutationType, OtherDerived, OnTheLeft, true> operator* |
( |
const MatrixBase< OtherDerived > & |
matrix | ) |
const |
|
inline |
- Returns
- the matrix with the inverse permutation applied to the rows.
- Returns
- the number of coefficients, which is rows()*cols().
- See Also
- rows(), cols(), SizeAtCompileTime.
void subTo |
( |
Dest & |
dst | ) |
const |
|
inlineinherited |
DenseMatrixType toDenseMatrix |
( |
| ) |
const |
|
inline |
Friends And Related Function Documentation
- Returns
- the matrix with the inverse permutation applied to the columns.
Member Data Documentation
const PermutationType& m_permutation |
|
protected |
The documentation for this class was generated from the following file: