|
Xpetra Version of the Day
|
#include "Xpetra_ConfigDefs.hpp"#include "Xpetra_Matrix.hpp"#include "Xpetra_MatrixMatrix.hpp"#include "Xpetra_CrsMatrixWrap.hpp"#include "Xpetra_Map.hpp"#include "Xpetra_StridedMap.hpp"#include "Xpetra_StridedMapFactory.hpp"#include "Xpetra_MapExtractor.hpp"#include "Xpetra_MatrixFactory.hpp"#include "Xpetra_BlockedCrsMatrix.hpp"#include "Xpetra_UseShortNames.hpp"Go to the source code of this file.
Namespaces | |
| namespace | Xpetra |
| Xpetra namespace | |
| namespace | Xpetra::IteratorOps::Xpetra |
| Xpetra namespace | |
| namespace | Xpetra::IteratorOps::XpetraExamples |
| Namespace for Xpetra example classes and methods. | |
Macros | |
| #define | XPETRA_CONFIGDEFS_HPP |
| #define | __cplusplus |
| #define | XPETRA_THROWS_EFFICIENCY_WARNINGS 0 |
| #define | XPETRA_PRINTS_EFFICIENCY_WARNINGS 0 |
| #define | XPETRA_THROWS_ABUSE_WARNINGS 0 |
| #define | XPETRA_PRINTS_ABUSE_WARNINGS 0 |
| #define | XPETRA_MONITOR(funcName) |
| #define | XPETRA_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg) |
| #define | XPETRA_ERR_CHECK(arg) |
| #define | XPETRA_ITERATOROPS_SHORT |
Typedefs | |
| typedef Teuchos_Ordinal | Xpetra::IteratorOps::Xpetra::Array_size_type |
| Size type for Teuchos Array objects. | |
| typedef size_t | Xpetra::IteratorOps::Xpetra::global_size_t |
| Global size_t object. | |
Functions | |
| template<class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node> | |
| void | Xpetra::Jacobi (Scalar omega, const Xpetra::Vector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &Dinv, const Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > &A, const Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > &B, Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > &C, bool call_FillComplete_on_result=true, bool doOptimizeStorage=true, const std::string &label=std::string(), const Teuchos::RCP< Teuchos::ParameterList > ¶ms=Teuchos::null) |
| template<> | |
| void | Xpetra::Jacobi< double, int, int, EpetraNode > (double omega, const Xpetra::Vector< double, int, int, EpetraNode > &Dinv, const Xpetra::Matrix< double, int, int, EpetraNode > &A, const Xpetra::Matrix< double, int, int, EpetraNode > &B, Xpetra::Matrix< double, int, int, EpetraNode > &C, bool call_FillComplete_on_result, bool doOptimizeStorage, const std::string &label, const Teuchos::RCP< Teuchos::ParameterList > ¶ms) |
| template<> | |
| void | Xpetra::Jacobi< double, int, long long, EpetraNode > (double omega, const Xpetra::Vector< double, int, long long, EpetraNode > &Dinv, const Xpetra::Matrix< double, int, long long, EpetraNode > &A, const Xpetra::Matrix< double, int, long long, EpetraNode > &B, Xpetra::Matrix< double, int, long long, EpetraNode > &C, bool call_FillComplete_on_result, bool doOptimizeStorage, const std::string &label, const Teuchos::RCP< Teuchos::ParameterList > ¶ms) |
| TEUCHOS_DEPRECATED RCP< T > | Xpetra::IteratorOps::Xpetra::rcp (T *p, Dealloc_T dealloc, bool owns_mem) |
| std::string | Xpetra::IteratorOps::Xpetra::typeName (const T &t) |
| #define XPETRA_CONFIGDEFS_HPP |
| #define __cplusplus |
| #define XPETRA_THROWS_EFFICIENCY_WARNINGS 0 |
| #define XPETRA_PRINTS_EFFICIENCY_WARNINGS 0 |
| #define XPETRA_THROWS_ABUSE_WARNINGS 0 |
| #define XPETRA_PRINTS_ABUSE_WARNINGS 0 |
| #define XPETRA_MONITOR | ( | funcName | ) |
| #define XPETRA_TEST_FOR_EXCEPTION | ( | throw_exception_test, | |
| Exception, | |||
| msg ) |
| #define XPETRA_ERR_CHECK | ( | arg | ) |
| #define XPETRA_ITERATOROPS_SHORT |
Definition at line 145 of file Xpetra_IteratorOps.hpp.