Public Types | Public Member Functions | Protected Attributes | Private Types
SparseSymmetricPermutationProduct< MatrixType, UpLo > Class Template Reference

#include <SparseSelfAdjointView.h>

Inheritance diagram for SparseSymmetricPermutationProduct< MatrixType, UpLo >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef internal::remove_all
< MatrixTypeNested >::type 
_MatrixTypeNested
typedef MatrixType::Index Index
typedef MatrixType::Nested MatrixTypeNested
typedef MatrixType::Scalar Scalar
typedef Matrix< Index, Dynamic, 1 > VectorI

Public Member Functions

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
Index rows () const
 SparseSymmetricPermutationProduct (const MatrixType &mat, const Perm &perm)

Protected Attributes

const MatrixTypeNested m_matrix
const Permm_perm

Private Types

typedef PermutationMatrix
< Dynamic
Perm

Detailed Description

template<typename MatrixType, int UpLo>
class SparseSymmetricPermutationProduct< MatrixType, UpLo >

Definition at line 420 of file SparseSelfAdjointView.h.


Member Typedef Documentation

template<typename MatrixType, int UpLo>
typedef internal::remove_all<MatrixTypeNested>::type SparseSymmetricPermutationProduct< MatrixType, UpLo >::_MatrixTypeNested

Definition at line 429 of file SparseSelfAdjointView.h.

template<typename MatrixType, int UpLo>
typedef MatrixType::Index SparseSymmetricPermutationProduct< MatrixType, UpLo >::Index
template<typename MatrixType, int UpLo>
typedef MatrixType::Nested SparseSymmetricPermutationProduct< MatrixType, UpLo >::MatrixTypeNested

Definition at line 428 of file SparseSelfAdjointView.h.

template<typename MatrixType, int UpLo>
typedef PermutationMatrix<Dynamic> SparseSymmetricPermutationProduct< MatrixType, UpLo >::Perm [private]

Definition at line 423 of file SparseSelfAdjointView.h.

template<typename MatrixType, int UpLo>
typedef MatrixType::Scalar SparseSymmetricPermutationProduct< MatrixType, UpLo >::Scalar

Definition at line 425 of file SparseSelfAdjointView.h.

template<typename MatrixType, int UpLo>
typedef Matrix<Index,Dynamic,1> SparseSymmetricPermutationProduct< MatrixType, UpLo >::VectorI

Definition at line 427 of file SparseSelfAdjointView.h.


Constructor & Destructor Documentation

template<typename MatrixType, int UpLo>
SparseSymmetricPermutationProduct< MatrixType, UpLo >::SparseSymmetricPermutationProduct ( const MatrixType mat,
const Perm perm 
) [inline]

Definition at line 431 of file SparseSelfAdjointView.h.


Member Function Documentation

template<typename MatrixType, int UpLo>
Index SparseSymmetricPermutationProduct< MatrixType, UpLo >::cols ( void  ) const [inline]
Returns:
the number of columns.
See also:
rows(), ColsAtCompileTime

Reimplemented from EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >.

Definition at line 436 of file SparseSelfAdjointView.h.

template<typename MatrixType, int UpLo>
template<typename DestScalar >
void SparseSymmetricPermutationProduct< MatrixType, UpLo >::evalTo ( SparseMatrix< DestScalar > &  _dest) const [inline]

Definition at line 438 of file SparseSelfAdjointView.h.

template<typename MatrixType, int UpLo>
template<typename DestType , unsigned int DestUpLo>
void SparseSymmetricPermutationProduct< MatrixType, UpLo >::evalTo ( SparseSelfAdjointView< DestType, DestUpLo > &  dest) const [inline]

Definition at line 443 of file SparseSelfAdjointView.h.

template<typename MatrixType, int UpLo>
Index SparseSymmetricPermutationProduct< MatrixType, UpLo >::rows ( void  ) const [inline]
Returns:
the number of rows.
See also:
cols(), RowsAtCompileTime

Reimplemented from EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >.

Definition at line 435 of file SparseSelfAdjointView.h.


Member Data Documentation

template<typename MatrixType, int UpLo>
const MatrixTypeNested SparseSymmetricPermutationProduct< MatrixType, UpLo >::m_matrix [protected]

Definition at line 449 of file SparseSelfAdjointView.h.

template<typename MatrixType, int UpLo>
const Perm& SparseSymmetricPermutationProduct< MatrixType, UpLo >::m_perm [protected]

Definition at line 450 of file SparseSelfAdjointView.h.


The documentation for this class was generated from the following file:


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:25