ug4
ug::BoostMinimumDegreeOrdering< TAlgebra, O_t > Class Template Referencefinal
+ Inheritance diagram for ug::BoostMinimumDegreeOrdering< TAlgebra, O_t >:

Public Types

typedef IOrderingAlgorithm< TAlgebra, O_t > baseclass
 
typedef boost::adjacency_list< boost::vecS, boost::vecS, boost::bidirectionalS > G_t
 
typedef TAlgebra::matrix_type M_t
 
typedef TAlgebra::vector_type V_t
 
- Public Types inherited from ug::IOrderingAlgorithm< TAlgebra, O_t >
typedef TAlgebra::matrix_type M_t
 
typedef TAlgebra::vector_type V_t
 

Public Member Functions

 BoostMinimumDegreeOrdering ()
 
 BoostMinimumDegreeOrdering (const BoostMinimumDegreeOrdering< TAlgebra, O_t > &parent)
 clone constructor More...
 
void check ()
 
SmartPtr< IOrderingAlgorithm< TAlgebra, O_t > > clone ()
 
void compute ()
 
void init (M_t *, const O_t &)
 
void init (M_t *, const V_t &, const O_t &)
 
void init (M_t *A)
 
void init (M_t *A, const V_t &)
 
virtual const char * name () const
 
O_t & ordering ()
 
- Public Member Functions inherited from ug::IOrderingAlgorithm< TAlgebra, O_t >
virtual void init (M_t *, const std::vector< size_t > &)=0
 
virtual void init (M_t *, const V_t &, const std::vector< size_t > &)=0
 
 IOrderingAlgorithm ()
 
virtual ~IOrderingAlgorithm ()
 

Private Attributes

G_t g
 
O_t o
 

Member Typedef Documentation

◆ baseclass

template<typename TAlgebra , typename O_t >
typedef IOrderingAlgorithm<TAlgebra, O_t> ug::BoostMinimumDegreeOrdering< TAlgebra, O_t >::baseclass

◆ G_t

template<typename TAlgebra , typename O_t >
typedef boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS> ug::BoostMinimumDegreeOrdering< TAlgebra, O_t >::G_t

◆ M_t

template<typename TAlgebra , typename O_t >
typedef TAlgebra::matrix_type ug::BoostMinimumDegreeOrdering< TAlgebra, O_t >::M_t

◆ V_t

template<typename TAlgebra , typename O_t >
typedef TAlgebra::vector_type ug::BoostMinimumDegreeOrdering< TAlgebra, O_t >::V_t

Constructor & Destructor Documentation

◆ BoostMinimumDegreeOrdering() [1/2]

template<typename TAlgebra , typename O_t >
ug::BoostMinimumDegreeOrdering< TAlgebra, O_t >::BoostMinimumDegreeOrdering ( )
inline

◆ BoostMinimumDegreeOrdering() [2/2]

template<typename TAlgebra , typename O_t >
ug::BoostMinimumDegreeOrdering< TAlgebra, O_t >::BoostMinimumDegreeOrdering ( const BoostMinimumDegreeOrdering< TAlgebra, O_t > &  parent)
inline

clone constructor

Member Function Documentation

◆ check()

◆ clone()

template<typename TAlgebra , typename O_t >
SmartPtr<IOrderingAlgorithm<TAlgebra, O_t> > ug::BoostMinimumDegreeOrdering< TAlgebra, O_t >::clone ( )
inlinevirtual

◆ compute()

◆ init() [1/4]

template<typename TAlgebra , typename O_t >
void ug::BoostMinimumDegreeOrdering< TAlgebra, O_t >::init ( M_t ,
const O_t &   
)
inline

◆ init() [2/4]

template<typename TAlgebra , typename O_t >
void ug::BoostMinimumDegreeOrdering< TAlgebra, O_t >::init ( M_t ,
const V_t ,
const O_t &   
)
inline

◆ init() [3/4]

template<typename TAlgebra , typename O_t >
void ug::BoostMinimumDegreeOrdering< TAlgebra, O_t >::init ( M_t A)
inlinevirtual

◆ init() [4/4]

template<typename TAlgebra , typename O_t >
void ug::BoostMinimumDegreeOrdering< TAlgebra, O_t >::init ( M_t A,
const V_t  
)
inlinevirtual

◆ name()

◆ ordering()

template<typename TAlgebra , typename O_t >
O_t& ug::BoostMinimumDegreeOrdering< TAlgebra, O_t >::ordering ( )
inlinevirtual

Member Data Documentation

◆ g

◆ o


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