numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of reverse_cuthill_mckee_ordering class. More...
#include <Eigen/Core>
#include <Eigen/SparseCore>
#include "num_collect/base/concepts/sparse_matrix.h"
#include "num_collect/linear/cuthill_mckee_ordering.h"
Go to the source code of this file.
Classes | |
class | num_collect::linear::reverse_cuthill_mckee_ordering< StorageIndex > |
Class to perform reverse Cuthill-McKee ordering method [7], [16]. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::linear |
Namespace of solvers of linear equations. | |
Definition of reverse_cuthill_mckee_ordering class.
Definition in file reverse_cuthill_mckee_ordering.h.