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

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

#include <math.h>
#include "zHWPM_CombBLAS.hpp"
#include "superlu_zdefs.h"
Include dependency graph for z_c2cpp_GetHWPM.cpp:

Functions

int z_c2cpp_GetHWPM (SuperMatrix *A, gridinfo_t *grid, zScalePermstruct_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 5.4) --
Lawrence Berkeley National Lab, Univ. of California Berkeley.
April 1, 2018
Modified: April 2, 2020

Function Documentation

◆ z_c2cpp_GetHWPM()

int z_c2cpp_GetHWPM ( SuperMatrix A,
gridinfo_t grid,
zScalePermstruct_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_D; Mtype = SLU_GE.

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

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


Return value
============
ScalePermstruct       = ScalePermstruct->perm_r stores the permutation

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