41 #ifndef STARNEIG_EXPERT_H 42 #define STARNEIG_EXPERT_H 67 #define STARNEIG_HESSENBERG_DEFAULT_TILE_SIZE -1 72 #define STARNEIG_HESSENBERG_DEFAULT_PANEL_WIDTH -1 113 #define STARNEIG_SCHUR_DEFAULT_INTERATION_LIMIT -1 118 #define STARNEIG_SCHUR_DEFAULT_TILE_SIZE -1 123 #define STARNEIG_SCHUR_DEFAULT_SMALL_LIMIT -1 128 #define STARNEIG_SCHUR_DEFAULT_AED_WINDOW_SIZE -1 133 #define STARNEIG_SCHUR_DEFAULT_AED_SHIFT_COUNT -1 138 #define STARNEIG_SCHUR_DEFAULT_AED_NIBBLE -1 143 #define STARNEIG_SCHUR_DEFAULT_AED_PARALLEL_SOFT_LIMIT -1 148 #define STARNEIG_SCHUR_DEFAULT_AED_PARALLEL_HARD_LIMIT -1 153 #define STARNEIG_SCHUR_DEFAULT_WINDOW_SIZE -1 158 #define STARNEIG_SCHUR_ROUNDED_WINDOW_SIZE -2 163 #define STARNEIG_SCHUR_DEFAULT_SHIFTS_PER_WINDOW -1 168 #define STARNEIG_SCHUR_DEFAULT_UPDATE_WIDTH -1 173 #define STARNEIG_SCHUR_DEFAULT_UPDATE_HEIGHT -1 572 #define STARNEIG_REORDER_DEFAULT_UPDATE_WIDTH -1 577 #define STARNEIG_REORDER_DEFAULT_UPDATE_HEIGHT -1 582 #define STARNEIG_REORDER_DEFAULT_TILE_SIZE -1 587 #define STARNEIG_REORDER_DEFAULT_VALUES_PER_CHAIN -1 592 #define STARNEIG_REORDER_DEFAULT_WINDOW_SIZE -1 597 #define STARNEIG_REORDER_ROUNDED_WINDOW_SIZE -2 602 #define STARNEIG_REORDER_DEFAULT_SMALL_WINDOW_SIZE -1 607 #define STARNEIG_REORDER_DEFAULT_SMALL_WINDOW_THRESHOLD -1 709 #define STARNEIG_EIGENVECTORS_DEFAULT_TILE_SIZE -1 745 #endif // STARNEIG_EXPERT_H int aed_window_size
Definition: expert.h:208
void starneig_schur_init_conf(struct starneig_schur_conf *conf)
Initializes a Schur reduction configuration structure with default parameters.
int small_window_threshold
Definition: expert.h:667
Default blueprint.
Definition: expert.h:510
int small_window_size
Definition: expert.h:659
int aed_shift_count
Definition: expert.h:216
int iteration_limit
Definition: expert.h:185
void starneig_eigenvectors_init_conf(struct starneig_eigenvectors_conf *conf)
Initializes an eigenvectors configuration structure with default parameters.
Multi part plan.
Definition: expert.h:499
One part plan.
Definition: expert.h:498
int update_height
Definition: expert.h:685
int window_size
Definition: expert.h:652
Schur reduction configuration structure.
Definition: expert.h:178
int shifts_per_window
Definition: expert.h:272
Eigenvalue reordering configuration structure.
Definition: expert.h:612
starneig_reorder_plan_t
Reordering plan enumerator.
Definition: expert.h:496
int aed_nibble
Definition: expert.h:225
starneig_reorder_plan_t plan
Definition: expert.h:617
starneig_reorder_blueprint_t
Task insertion blueprint.
Definition: expert.h:507
Default plan.
Definition: expert.h:497
This file contains StarNEig library configuration.
void starneig_hessenberg_init_conf(struct starneig_hessenberg_conf *conf)
Initializes a Hessenberg reduction configuration structure with default parameters.
int aed_parallel_soft_limit
Definition: expert.h:237
int update_width
Definition: expert.h:281
Eigenvector computation configuration structure.
Definition: expert.h:714
int update_height
Definition: expert.h:290
int small_limit
Definition: expert.h:200
int window_size
Definition: expert.h:264
int aed_parallel_hard_limit
Definition: expert.h:248
int panel_width
Definition: expert.h:89
int tile_size
Definition: expert.h:83
int tile_size
Definition: expert.h:720
starneig_reorder_blueprint_t blueprint
Definition: expert.h:623
int tile_size
Definition: expert.h:191
int update_width
Definition: expert.h:676
void starneig_reorder_init_conf(struct starneig_reorder_conf *conf)
Initializes an eigenvalue reordering configuration structure with default parameters.
Hessenberg reduction configuration structure.
Definition: expert.h:77
int tile_size
Definition: expert.h:629
int values_per_chain
Definition: expert.h:636