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

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

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

Go to the source code of this file.

Macros

#define dHWPM_CombBLAS_hpp
 

Functions

void dGetHWPM (SuperMatrix *A, gridinfo_t *grid, dScalePermstruct_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

Macro Definition Documentation

◆ dHWPM_CombBLAS_hpp

#define dHWPM_CombBLAS_hpp

Function Documentation

◆ dGetHWPM()

void dGetHWPM ( SuperMatrix A,
gridinfo_t grid,
dScalePermstruct_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.

perm   (input) int_t*
       Permutation vector describing the transformation performed to
       the original matrix A.

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

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

Here is the caller graph for this function: