COMBINATORIAL_BLAS  1.6
combblas::AWPM_param< IT > Struct Template Reference

#include <ApproxWeightPerfectMatching.h>

Public Attributes

int nprocs
 
int myrank
 
int pr
 
int pc
 
IT lncol
 
IT lnrow
 
IT localRowStart
 
IT localColStart
 
IT m_perproc
 
IT n_perproc
 
std::shared_ptr< CommGridcommGrid
 

Detailed Description

template<class IT>
struct combblas::AWPM_param< IT >

Definition at line 27 of file ApproxWeightPerfectMatching.h.

Member Data Documentation

◆ commGrid

template<class IT>
std::shared_ptr<CommGrid> combblas::AWPM_param< IT >::commGrid

Definition at line 39 of file ApproxWeightPerfectMatching.h.

◆ lncol

template<class IT>
IT combblas::AWPM_param< IT >::lncol

Definition at line 33 of file ApproxWeightPerfectMatching.h.

◆ lnrow

template<class IT>
IT combblas::AWPM_param< IT >::lnrow

Definition at line 34 of file ApproxWeightPerfectMatching.h.

◆ localColStart

template<class IT>
IT combblas::AWPM_param< IT >::localColStart

Definition at line 36 of file ApproxWeightPerfectMatching.h.

◆ localRowStart

template<class IT>
IT combblas::AWPM_param< IT >::localRowStart

Definition at line 35 of file ApproxWeightPerfectMatching.h.

◆ m_perproc

template<class IT>
IT combblas::AWPM_param< IT >::m_perproc

Definition at line 37 of file ApproxWeightPerfectMatching.h.

◆ myrank

template<class IT>
int combblas::AWPM_param< IT >::myrank

Definition at line 30 of file ApproxWeightPerfectMatching.h.

◆ n_perproc

template<class IT>
IT combblas::AWPM_param< IT >::n_perproc

Definition at line 38 of file ApproxWeightPerfectMatching.h.

◆ nprocs

template<class IT>
int combblas::AWPM_param< IT >::nprocs

Definition at line 29 of file ApproxWeightPerfectMatching.h.

◆ pc

template<class IT>
int combblas::AWPM_param< IT >::pc

Definition at line 32 of file ApproxWeightPerfectMatching.h.

◆ pr

template<class IT>
int combblas::AWPM_param< IT >::pr

Definition at line 31 of file ApproxWeightPerfectMatching.h.


The documentation for this struct was generated from the following file: