![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Generating ordering using algebraic information. More...
#include "fasp.h"
Go to the source code of this file.
Functions | |
void | fasp_dcsr_CMK_order (const dCSRmat *A, INT *order, INT *oindex) |
Ordering vertices of matrix graph corresponding to A. More... | |
void | fasp_dcsr_RCMK_order (const dCSRmat *A, INT *order, INT *oindex, INT *rorder) |
Resverse CMK ordering. More... | |
Generating ordering using algebraic information.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file BlaOrderingCSR.c.
Ordering vertices of matrix graph corresponding to A.
A | Pointer to matrix |
oindex | Pointer to index of vertices in order |
order | Pointer to vertices with increasing degree |
Definition at line 37 of file BlaOrderingCSR.c.
Resverse CMK ordering.
A | Pointer to matrix |
order | Pointer to vertices with increasing degree |
oindex | Pointer to index of vertices in order |
rorder | Pointer to reverse order |
Definition at line 87 of file BlaOrderingCSR.c.