SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
zHWPM_CombBLAS.hpp File Reference

Get HWPM, heavy-weight perfect matching. More...

#include "CombBLAS/CombBLAS.h"
#include "ApproxWeightPerfectMatching.h"
#include "superlu_zdefs.h"
Include dependency graph for zHWPM_CombBLAS.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void zGetHWPM (SuperMatrix *A, gridinfo_t *grid, zScalePermstruct_t *ScalePermstruct)
 

Detailed Description

Get HWPM, heavy-weight perfect matching.

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 6.0) --
Lawrence Berkeley National Lab, Univ. of California Berkeley.
April 2, 2020

Function Documentation

◆ zGetHWPM()

void zGetHWPM ( SuperMatrix A,
gridinfo_t grid,
zScalePermstruct_t ScalePermstruct 
)
Purpose
=======
  Get perm_r from HWPM, heavy-weight perfect matching, as a
  numerical pivoting permutation.

Arguments
=========

A      (input) SuperMatrix*
     The distributed input matrix A of dimension (A->nrow, A->ncol).
       A may be overwritten by diag(R)*A*diag(C)*Pc^T.
       The type of A can be: Stype = SLU_NR_loc; Dtype = SLU_D; Mtype = SLU_GE.

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

ScalePermstruct (output) zScalePermstruct_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: