![]() |
SenK
SenK is a C++ library for high-performance linear solvers.
|
Functions related to the graph theory are written. More...
#include "senk_utils.hpp"
Go to the source code of this file.
Namespaces | |
namespace | senk |
The top-level namespace of SenK. | |
namespace | senk::graph |
Contains functions related to the graph theory. | |
Functions | |
void | senk::graph::GetAMCPermutation (int *cind, int *rptr, int *num_color, int **size_color, int **LP, int **RP, int N, bool isSym) |
Create an permutation matrix based on the AMC ordering technique[1]. More... | |
void | senk::graph::GetABMCPermutation (int *cind, int *rptr, int *num_color, int **size_color, int **LP, int **RP, int N, int bsize, bool isSym, const char *bmethod) |
Create an permutation matrix based on the ABMC ordering technique[2], [3]. More... | |