SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
s_c2cpp_GetHWPM.cpp File Reference

Get heavy-weight perfect matching (HWPM). More...

#include <math.h>
#include "superlu_sdefs.h"
#include "superlu_ddefs.h"
Include dependency graph for s_c2cpp_GetHWPM.cpp:

Functions

int s_c2cpp_GetHWPM (SuperMatrix *A, gridinfo_t *grid, sScalePermstruct_t *ScalePermstruct)
 

Detailed Description

Get heavy-weight perfect matching (HWPM).

Copyright (c) 2003, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from U.S. Dept. of Energy)

All rights reserved.

The source code is distributed under BSD license, see the file License.txt at the top-level directory.

-- Distributed SuperLU routine (version 8.1.0) --
Lawrence Berkeley National Lab, Univ. of California Berkeley.
July 5, 2022
Modified: 

Function Documentation

◆ s_c2cpp_GetHWPM()

int s_c2cpp_GetHWPM ( SuperMatrix A,
gridinfo_t grid,
sScalePermstruct_t ScalePermstruct 
)
Purpose
=======

Get heavy-weight perfect matching (HWPM).

Reference:


Arguments
=========

A      (input) SuperMatrix*
       The distributed input matrix A of dimension (A->nrow, A->ncol).
       The type of A can be: Stype = SLU_NR_loc; Dtype = SLU_S; Mtype = SLU_GE.

grid   (input) gridinfo_t*
       SuperLU's 2D process mesh.

ScalePermstruct (output) sScalePermstruct_t*
       ScalePermstruct->perm_r stores the permutation obtained from HWPM.

Here is the call graph for this function:
Here is the caller graph for this function: