Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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. More...
 
LO maxNumRowEnt
 Maximum number of entries over all local rows. More...
 
bool couldBeLowerTriangular
 Whether the graph is locally structurally lower triangular. More...
 
bool couldBeUpperTriangular
 Whether the graph is locally structurally upper triangular. More...
 

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 64 of file Tpetra_Details_determineLocalTriangularStructure.hpp.

Member Data Documentation

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

(Local) number of populated diagonal entries.

Definition at line 66 of file Tpetra_Details_determineLocalTriangularStructure.hpp.

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

Maximum number of entries over all local rows.

Definition at line 68 of file Tpetra_Details_determineLocalTriangularStructure.hpp.

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

Whether the graph is locally structurally lower triangular.

Definition at line 70 of file Tpetra_Details_determineLocalTriangularStructure.hpp.

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

Whether the graph is locally structurally upper triangular.

Definition at line 72 of file Tpetra_Details_determineLocalTriangularStructure.hpp.


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