numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
compute_strong_connection_list.h File Reference

Definition of compute_strong_connection_list function. More...

+ Include dependency graph for compute_strong_connection_list.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::linear
 Namespace of solvers of linear equations.
 
namespace  num_collect::linear::impl
 Namespace of internal implementations.
 
namespace  num_collect::linear::impl::amg
 Namespace of internal implementations of algebraic multigrid method [24].
 

Functions

template<base::concepts::sparse_matrix Matrix>
auto num_collect::linear::impl::amg::compute_strong_connection_list (const Matrix &matrix, typename Matrix::Scalar strong_coeff_rate_threshold) -> node_connection_list< typename Matrix::StorageIndex >
 Compute a list of strong connections in a matrix [24].
 

Detailed Description

Definition of compute_strong_connection_list function.

Definition in file compute_strong_connection_list.h.