| 
    StarNEig User's Guide
    master branch
    
   A task-based library for solving dense nonsymmetric eigenvalue problems 
   | 
 
This file contains the library error codes. More...
#include <starneig/configuration.h>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.  | |
This file contains the library error codes.