Definition at line 415 of file SparseSelfAdjointView.h.
#include <src/Sparse/SparseSelfAdjointView.h>
Public Types | |
typedef MatrixType::Scalar | Scalar |
typedef MatrixType::Index | Index |
typedef Matrix< Index, Dynamic, 1 > | VectorI |
typedef MatrixType::Nested | MatrixTypeNested |
typedef internal::remove_all < MatrixTypeNested >::type | _MatrixTypeNested |
Public Member Functions | |
SparseSymmetricPermutationProduct (const MatrixType &mat, const Perm &perm) | |
Index | rows () const |
Index | cols () const |
template<typename DestScalar > | |
void | evalTo (SparseMatrix< DestScalar > &_dest) const |
template<typename DestType , unsigned int DestUpLo> | |
void | evalTo (SparseSelfAdjointView< DestType, DestUpLo > &dest) const |
Protected Attributes | |
const MatrixTypeNested | m_matrix |
const Perm & | m_perm |
Private Types | |
typedef PermutationMatrix < Dynamic > | Perm |
typedef internal::remove_all<MatrixTypeNested>::type SparseSymmetricPermutationProduct< MatrixType, UpLo >::_MatrixTypeNested |
Definition at line 424 of file SparseSelfAdjointView.h.
typedef MatrixType::Index SparseSymmetricPermutationProduct< MatrixType, UpLo >::Index |
Reimplemented from EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >.
Definition at line 421 of file SparseSelfAdjointView.h.
typedef MatrixType::Nested SparseSymmetricPermutationProduct< MatrixType, UpLo >::MatrixTypeNested |
Definition at line 423 of file SparseSelfAdjointView.h.
typedef PermutationMatrix<Dynamic> SparseSymmetricPermutationProduct< MatrixType, UpLo >::Perm [private] |
Definition at line 418 of file SparseSelfAdjointView.h.
typedef MatrixType::Scalar SparseSymmetricPermutationProduct< MatrixType, UpLo >::Scalar |
Definition at line 420 of file SparseSelfAdjointView.h.
typedef Matrix<Index,Dynamic,1> SparseSymmetricPermutationProduct< MatrixType, UpLo >::VectorI |
Definition at line 422 of file SparseSelfAdjointView.h.
SparseSymmetricPermutationProduct< MatrixType, UpLo >::SparseSymmetricPermutationProduct | ( | const MatrixType & | mat, |
const Perm & | perm | ||
) | [inline] |
Definition at line 426 of file SparseSelfAdjointView.h.
Index SparseSymmetricPermutationProduct< MatrixType, UpLo >::cols | ( | void | ) | const [inline] |
Reimplemented from EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >.
Definition at line 431 of file SparseSelfAdjointView.h.
References SparseSymmetricPermutationProduct< MatrixType, UpLo >::m_matrix.
void SparseSymmetricPermutationProduct< MatrixType, UpLo >::evalTo | ( | SparseSelfAdjointView< DestType, DestUpLo > & | dest ) | const [inline] |
Definition at line 438 of file SparseSelfAdjointView.h.
References PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime >::indices(), SparseSymmetricPermutationProduct< MatrixType, UpLo >::m_matrix, SparseSymmetricPermutationProduct< MatrixType, UpLo >::m_perm, and SparseSelfAdjointView< MatrixType, UpLo >::matrix().
void SparseSymmetricPermutationProduct< MatrixType, UpLo >::evalTo | ( | SparseMatrix< DestScalar > & | _dest ) | const [inline] |
Definition at line 433 of file SparseSelfAdjointView.h.
References PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime >::indices(), SparseSymmetricPermutationProduct< MatrixType, UpLo >::m_matrix, and SparseSymmetricPermutationProduct< MatrixType, UpLo >::m_perm.
Referenced by SparseSelfAdjointView< MatrixType, UpLo >::operator=().
Index SparseSymmetricPermutationProduct< MatrixType, UpLo >::rows | ( | void | ) | const [inline] |
Reimplemented from EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >.
Definition at line 430 of file SparseSelfAdjointView.h.
References SparseSymmetricPermutationProduct< MatrixType, UpLo >::m_matrix.
const MatrixTypeNested SparseSymmetricPermutationProduct< MatrixType, UpLo >::m_matrix [protected] |
Definition at line 444 of file SparseSelfAdjointView.h.
Referenced by SparseSymmetricPermutationProduct< MatrixType, UpLo >::cols(), SparseSymmetricPermutationProduct< MatrixType, UpLo >::evalTo(), and SparseSymmetricPermutationProduct< MatrixType, UpLo >::rows().
const Perm& SparseSymmetricPermutationProduct< MatrixType, UpLo >::m_perm [protected] |
Definition at line 445 of file SparseSelfAdjointView.h.
Referenced by SparseSymmetricPermutationProduct< MatrixType, UpLo >::evalTo().
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |