Public Types | Public Member Functions | Protected Types | Protected Attributes | List of all members
Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo > Class Template Reference

#include <SparseSelfAdjointView.h>

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

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 Types inherited from Eigen::EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >
typedef internal::traits< SparseSymmetricPermutationProduct< MatrixType, UpLo > >::Index Index
 
typedef internal::traits< SparseSymmetricPermutationProduct< MatrixType, UpLo > >::StorageKind StorageKind
 

Public Member Functions

Index cols () const
 
template<typename DestScalar , int Options, typename DstIndex >
void evalTo (SparseMatrix< DestScalar, Options, DstIndex > &_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)
 
- Public Member Functions inherited from Eigen::EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >
void addTo (Dest &dst) const
 
void applyThisOnTheLeft (Dest &dst) const
 
void applyThisOnTheRight (Dest &dst) const
 
Index cols () const
 
SparseSymmetricPermutationProduct< MatrixType, UpLo > & const_cast_derived () const
 
const SparseSymmetricPermutationProduct< MatrixType, UpLo > & const_derived () const
 
SparseSymmetricPermutationProduct< MatrixType, UpLo > & derived ()
 
const SparseSymmetricPermutationProduct< MatrixType, UpLo > & derived () const
 
void evalTo (Dest &dst) const
 
Index rows () const
 
Index size () const
 
void subTo (Dest &dst) const
 

Protected Types

typedef PermutationMatrix< Dynamic, Dynamic, IndexPerm
 

Protected Attributes

MatrixTypeNested m_matrix
 
const Permm_perm
 

Detailed Description

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

Definition at line 465 of file SparseSelfAdjointView.h.

Member Typedef Documentation

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

Definition at line 476 of file SparseSelfAdjointView.h.

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

Definition at line 470 of file SparseSelfAdjointView.h.

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

Definition at line 475 of file SparseSelfAdjointView.h.

template<typename MatrixType, int UpLo>
typedef PermutationMatrix<Dynamic,Dynamic,Index> Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::Perm
protected

Definition at line 472 of file SparseSelfAdjointView.h.

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

Definition at line 469 of file SparseSelfAdjointView.h.

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

Definition at line 474 of file SparseSelfAdjointView.h.

Constructor & Destructor Documentation

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

Definition at line 478 of file SparseSelfAdjointView.h.

Member Function Documentation

template<typename MatrixType, int UpLo>
Index Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::cols ( void  ) const
inline

Definition at line 483 of file SparseSelfAdjointView.h.

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

Definition at line 486 of file SparseSelfAdjointView.h.

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

Definition at line 494 of file SparseSelfAdjointView.h.

template<typename MatrixType, int UpLo>
Index Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::rows ( void  ) const
inline

Definition at line 482 of file SparseSelfAdjointView.h.

Member Data Documentation

template<typename MatrixType, int UpLo>
MatrixTypeNested Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::m_matrix
protected

Definition at line 500 of file SparseSelfAdjointView.h.

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

Definition at line 501 of file SparseSelfAdjointView.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:11