ug4
ug::TopologicalOrdering< TAlgebra, O_t > Class Template Reference
+ Inheritance diagram for ug::TopologicalOrdering< TAlgebra, O_t >:

Public Types

typedef IOrderingAlgorithm< TAlgebra, O_t > baseclass
 
typedef TAlgebra::matrix_type M_t
 
typedef TAlgebra::vector_type V_t
 
typedef boost::graph_traits< M_t >::vertex_descriptor vd_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

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 ()
 
 TopologicalOrdering ()
 
 TopologicalOrdering (const TopologicalOrdering< TAlgebra, O_t > &parent)
 clone constructor More...
 
- 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

BidirectionalMatrix< M_tbidir
 
O_t o
 

Member Typedef Documentation

◆ baseclass

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

◆ M_t

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

◆ V_t

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

◆ vd_t

template<typename TAlgebra , typename O_t >
typedef boost::graph_traits<M_t>::vertex_descriptor ug::TopologicalOrdering< TAlgebra, O_t >::vd_t

Constructor & Destructor Documentation

◆ TopologicalOrdering() [1/2]

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

◆ TopologicalOrdering() [2/2]

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

clone constructor

Member Function Documentation

◆ check()

◆ clone()

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

◆ compute()

◆ init() [1/4]

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

◆ init() [2/4]

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

◆ init() [3/4]

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

◆ init() [4/4]

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

◆ name()

template<typename TAlgebra , typename O_t >
virtual const char* ug::TopologicalOrdering< TAlgebra, O_t >::name ( ) const
inlinevirtual

◆ ordering()

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

Member Data Documentation

◆ bidir

template<typename TAlgebra , typename O_t >
BidirectionalMatrix<M_t> ug::TopologicalOrdering< TAlgebra, O_t >::bidir
private

◆ o


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