numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of node_connection_list class. More...
#include <span>
#include "num_collect/base/index_type.h"
#include "num_collect/util/assert.h"
#include "num_collect/util/vector.h"
Go to the source code of this file.
Classes | |
class | num_collect::linear::impl::amg::node_connection_list< StorageIndex > |
Class of lists of connected nodes per node. More... | |
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]. | |
Definition of node_connection_list class.
Definition in file node_connection_list.h.