| Tpetra parallel linear algebra
    Version of the Day
    | 
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... | |
Return value of determineLocalTriangularStructure.
| LO | Same as Tpetra classes' LocalOrdinaltemplate parameter. | 
Definition at line 30 of file Tpetra_Details_determineLocalTriangularStructure.hpp.
| LO Tpetra::Details::LocalTriangularStructureResult< LO >::diagCount | 
(Local) number of populated diagonal entries.
Definition at line 32 of file Tpetra_Details_determineLocalTriangularStructure.hpp.
| LO Tpetra::Details::LocalTriangularStructureResult< LO >::maxNumRowEnt | 
Maximum number of entries over all local rows.
Definition at line 34 of file Tpetra_Details_determineLocalTriangularStructure.hpp.
| bool Tpetra::Details::LocalTriangularStructureResult< LO >::couldBeLowerTriangular | 
Whether the graph is locally structurally lower triangular.
Definition at line 36 of file Tpetra_Details_determineLocalTriangularStructure.hpp.
| bool Tpetra::Details::LocalTriangularStructureResult< LO >::couldBeUpperTriangular | 
Whether the graph is locally structurally upper triangular.
Definition at line 38 of file Tpetra_Details_determineLocalTriangularStructure.hpp.
 1.8.5
 1.8.5