| 
    Tpetra parallel linear algebra Version of the Day
    
   | 
 
Exception thrown by CrsMatrix on invalid global index. More...
#include <Tpetra_Exceptions_decl.hpp>

Public Member Functions | |
| InvalidGlobalIndex (const std::string &msg, const GlobalOrdinal globalIndex) | |
| Constructor.   | |
| GlobalOrdinal | offendingIndex () const | 
| The offending global index.   | |
Exception thrown by CrsMatrix on invalid global index.
| GlobalOrdinal | Same as the GlobalOrdinal template parameter of Map, CrsGraph, CrsMatrix, MultiVector, etc. | 
Definition at line 48 of file Tpetra_Exceptions_decl.hpp.
      
  | 
  inline | 
Constructor.
| msg | [in] The exception message. | 
| globalIndex | [in] The offending global index. | 
Definition at line 54 of file Tpetra_Exceptions_decl.hpp.
      
  | 
  inline | 
The offending global index.
Definition at line 59 of file Tpetra_Exceptions_decl.hpp.