StarNEig Library  version v0.1-beta.3
A task-based library for solving nonsymmetric eigenvalue problems
starneig.h
Go to the documentation of this file.
1 
39 #ifndef STARNEIG_STARNEIG_H
40 #define STARNEIG_STARNEIG_H
41 
42 #ifdef __cplusplus
43 extern "C" {
44 #endif
45 
46 #include <starneig/configuration.h>
47 #include <starneig/node.h>
48 #include <starneig/gep_sm.h>
49 #include <starneig/sep_sm.h>
50 
51 #include <starneig/gep_dm.h>
52 #include <starneig/sep_dm.h>
53 
54 #include <starneig/blacs_helpers.h>
55 #include <starneig/blacs_matrix.h>
56 
57 #ifdef __cplusplus
58 }
59 #endif
60 
61 #endif // STARNEIG_STARNEIG_H
This file contains distributed memory interface functions for standard eigenvalue problems...
This file contains interface to configure the intra-node execution environment.
This file contains distributed memory interface functions for generalized eigenvalue problems...
This file contains various BLACS helper functions.
This file contains shared memory interface functions for standard eigenvalue problems.
This file contains StarNEig library configuration.
This file contains shared memory interface functions for generalized eigenvalue problems.
This file contains data types and functions for BLACS formatted distributed matrices.