Loading [MathJax]/extensions/tex2jax.js
StarNEig User's Guide  master branch
A task-based library for solving dense nonsymmetric eigenvalue problems
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
error.h File Reference

This file contains the library error codes. More...

Go to the source code of this file.

Macros

#define STARNEIG_SUCCESS   0
 Success. More...
 
#define STARNEIG_GENERIC_ERROR   1
 Reneric error. More...
 
#define STARNEIG_NOT_INITIALIZED   2
 Not initialized. More...
 
#define STARNEIG_INVALID_CONFIGURATION   3
 Invalid configuration. More...
 
#define STARNEIG_INVALID_ARGUMENTS   4
 Invalid argument. More...
 
#define STARNEIG_INVALID_DISTR_MATRIX   5
 Invalid distributed matrix. More...
 
#define STARNEIG_DID_NOT_CONVERGE   6
 Did not converge. More...
 
#define STARNEIG_PARTIAL_REORDERING   7
 Partial reordering. More...
 
#define STARNEIG_CLOSE_EIGENVALUES   8
 Close eigenvalues. More...
 

Typedefs

typedef int starneig_error_t
 Interface function return value data type.
 

Detailed Description

This file contains the library error codes.

Author
Mirko Myllykoski (mirko.nosp@m.m@cs.nosp@m..umu..nosp@m.se), Umeå University