27 #ifndef SCS_DIRECTIONS_H 
   28 #define SCS_DIRECTIONS_H 
   39 #define SCS_DIRECTION_CACHE_INCREMENT 101 
   43 #define SCS_DIRECTION_CACHE_RESET 100 
   47 #define SCS_DIRECTION_ERROR -1 
   53 #define SCS_DIRECTION_SUCCESS 0 
scs_int scs_reset_direction_cache(ScsDirectionCache *cache)
 
scs_int scs_compute_direction(ScsWork *work, scs_int i)
 
scs_int scs_compute_dir_restarted_broyden(ScsWork *work)
 
scs_int scs_compute_dir_anderson(ScsWork *work)
 
void scs_free_full_broyden(void)
 
int scs_int
Definition: glbopts.h:96
 
scs_int scs_compute_dir_full_broyden(ScsWork *work, scs_int i)
 
Workspace for SCS. 
Definition: scs.h:75
 
Memory for the computation of directions (Broyden and Anderson's methods). 
Definition: scs.h:60