|
MueLu Version of the Day
|
#include <algorithm>#include <string>#include <Teuchos_CommHelpers.hpp>#include <Xpetra_Export.hpp>#include <Xpetra_Import.hpp>#include <Xpetra_Matrix.hpp>#include <Xpetra_CrsMatrixWrap.hpp>#include "MueLu_PerfUtils_decl.hpp"Go to the source code of this file.
Namespaces | |
| namespace | MueLu |
| Namespace for MueLu classes and methods. | |
Functions | |
| template<class Type> | |
| void | MueLu::calculateStats (Type &minVal, Type &maxVal, double &avgVal, double &devVal, int &minProc, int &maxProc, const RCP< const Teuchos::Comm< int > > &comm, int numActiveProcs, const Type &v) |
| template<class Type> | |
| std::string | MueLu::stringStats (const RCP< const Teuchos::Comm< int > > &comm, int numActiveProcs, const Type &v, RCP< ParameterList > paramList=Teuchos::null) |
| template<class Map> | |
| bool | MueLu::cmp_less (typename Map::value_type &v1, typename Map::value_type &v2) |