Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
Public Attributes | List of all members
Tpetra::Details::LocalTriangularStructureResult< LO > Struct Template Reference

Return value of determineLocalTriangularStructure. More...

#include <Tpetra_Details_determineLocalTriangularStructure.hpp>

Public Attributes

LO diagCount
 (Local) number of populated diagonal entries.
 
LO maxNumRowEnt
 Maximum number of entries over all local rows.
 
bool couldBeLowerTriangular
 Whether the graph is locally structurally lower triangular.
 
bool couldBeUpperTriangular
 Whether the graph is locally structurally upper triangular.
 

Detailed Description

template<class LO>
struct Tpetra::Details::LocalTriangularStructureResult< LO >

Return value of determineLocalTriangularStructure.

Template Parameters
LOSame as Tpetra classes' LocalOrdinal template parameter.

Definition at line 30 of file Tpetra_Details_determineLocalTriangularStructure.hpp.

Member Data Documentation

◆ diagCount

template<class LO >
LO Tpetra::Details::LocalTriangularStructureResult< LO >::diagCount

(Local) number of populated diagonal entries.

Definition at line 32 of file Tpetra_Details_determineLocalTriangularStructure.hpp.

◆ maxNumRowEnt

template<class LO >
LO Tpetra::Details::LocalTriangularStructureResult< LO >::maxNumRowEnt

Maximum number of entries over all local rows.

Definition at line 34 of file Tpetra_Details_determineLocalTriangularStructure.hpp.

◆ couldBeLowerTriangular

template<class LO >
bool Tpetra::Details::LocalTriangularStructureResult< LO >::couldBeLowerTriangular

Whether the graph is locally structurally lower triangular.

Definition at line 36 of file Tpetra_Details_determineLocalTriangularStructure.hpp.

◆ couldBeUpperTriangular

template<class LO >
bool Tpetra::Details::LocalTriangularStructureResult< LO >::couldBeUpperTriangular

Whether the graph is locally structurally upper triangular.

Definition at line 38 of file Tpetra_Details_determineLocalTriangularStructure.hpp.


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