StrumpackParameters.hpp File Reference

Contains the definition of some useful (global) variables. More...

#include <atomic>
#include <string>
#include <cmath>
#include <iostream>
#include <fstream>
#include "StrumpackConfig.hpp"
Include dependency graph for StrumpackParameters.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 strumpack
 

Enumerations

enum class  strumpack::ReturnCode {
  strumpack::SUCCESS , strumpack::MATRIX_NOT_SET , strumpack::REORDERING_ERROR , strumpack::ZERO_PIVOT ,
  strumpack::NO_CONVERGENCE , strumpack::INACCURATE_INERTIA
}
 Enumeration for the possible return codes. More...
 

Functions

std::ostream & strumpack::operator<< (std::ostream &os, ReturnCode &e)
 

Detailed Description

Contains the definition of some useful (global) variables.