ug4
|
Adds 'strong negative connections' to graph. More...
#include <block_gauss_seidel.h>
Public Member Functions | |
template<typename TRowType > | |
void | find (const TRowType &Ci, size_t i, cgraph &graph) |
StrongNegativeConnectionsByBlockNorm (double theta) | |
Protected Attributes | |
double | m_theta |
Adds 'strong negative connections' to graph.
Criterion: \( -a_{ij} \ge \epsilon \max_{a_{ik}<0} |a_{ik}| \)
|
inline |
|
inline |
References ug::BlockNorm(), m_theta, and ug::cgraph::set_connection().
Referenced by ug::CreateStrongConnectionGraphForSystems().
|
protected |
Referenced by find().