Definition at line 340 of file PermutationMatrix.h.
#include <src/Core/PermutationMatrix.h>

Public Types | |
| typedef remove_all< typename MatrixType::Nested >::type | MatrixTypeNestedCleaned |
Public Member Functions | |
| permut_matrix_product_retval (const PermutationType &perm, const MatrixType &matrix) | |
| int | rows () const |
| int | cols () const |
| template<typename Dest > | |
| void | evalTo (Dest &dst) const |
Protected Attributes | |
| const PermutationType & | m_permutation |
| const MatrixType::Nested | m_matrix |
| typedef remove_all<typename MatrixType::Nested>::type internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::MatrixTypeNestedCleaned |
Definition at line 343 of file PermutationMatrix.h.
| internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::permut_matrix_product_retval | ( | const PermutationType & | perm, |
| const MatrixType & | matrix | ||
| ) | [inline] |
Definition at line 345 of file PermutationMatrix.h.
| int internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::cols | ( | void | ) | const [inline] |
Reimplemented from ReturnByValue< permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > >.
Definition at line 350 of file PermutationMatrix.h.
References internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::m_matrix.
Referenced by internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::evalTo().
| void internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::evalTo | ( | Dest & | dst ) | const [inline] |
Reimplemented from ReturnByValue< permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > >.
Definition at line 352 of file PermutationMatrix.h.
References PlainObjectBase< Derived >::coeffRef(), internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::cols(), internal::extract_data(), internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::m_matrix, internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::m_permutation, OnTheLeft, OnTheRight, and internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::rows().
| int internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::rows | ( | void | ) | const [inline] |
Reimplemented from ReturnByValue< permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > >.
Definition at line 349 of file PermutationMatrix.h.
References internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::m_matrix.
Referenced by internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::evalTo().
const MatrixType::Nested internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::m_matrix [protected] |
Definition at line 400 of file PermutationMatrix.h.
Referenced by internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::cols(), internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::evalTo(), and internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::rows().
const PermutationType& internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::m_permutation [protected] |
Definition at line 399 of file PermutationMatrix.h.
Referenced by internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::evalTo().
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |