|
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' LocalOrdinal template parameter. |
Definition at line 64 of file Tpetra_Details_determineLocalTriangularStructure.hpp.
| LO Tpetra::Details::LocalTriangularStructureResult< LO >::diagCount |
(Local) number of populated diagonal entries.
Definition at line 66 of file Tpetra_Details_determineLocalTriangularStructure.hpp.
| LO Tpetra::Details::LocalTriangularStructureResult< LO >::maxNumRowEnt |
Maximum number of entries over all local rows.
Definition at line 68 of file Tpetra_Details_determineLocalTriangularStructure.hpp.
| bool Tpetra::Details::LocalTriangularStructureResult< LO >::couldBeLowerTriangular |
Whether the graph is locally structurally lower triangular.
Definition at line 70 of file Tpetra_Details_determineLocalTriangularStructure.hpp.
| bool Tpetra::Details::LocalTriangularStructureResult< LO >::couldBeUpperTriangular |
Whether the graph is locally structurally upper triangular.
Definition at line 72 of file Tpetra_Details_determineLocalTriangularStructure.hpp.
1.8.5