SenK
SenK is a C++ library for high-performance linear solvers.
senk_graph.hpp File Reference

Functions related to the graph theory are written. More...

#include "senk_utils.hpp"
Include dependency graph for senk_graph.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Functions related to the graph theory are written.

Author
Kengo Suzuki
Date
5/9/2022

Definition in file senk_graph.hpp.