Go to the source code of this file.
◆ qh_argv_to_command()
      
        
          | int qh_argv_to_command | ( | int | argc, | 
        
          |  |  | char * | argv[], | 
        
          |  |  | char * | command, | 
        
          |  |  | int | max_size | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_argv_to_command_size()
      
        
          | int qh_argv_to_command_size | ( | int | argc, | 
        
          |  |  | char * | argv[] | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_rand()
◆ qh_randomfactor()
◆ qh_randommatrix()
      
        
          | void qh_randommatrix | ( | realT * | buffer, | 
        
          |  |  | int | dim, | 
        
          |  |  | realT ** | row | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_srand()
      
        
          | void qh_srand | ( | int | seed | ) |  | 
      
 
 
◆ qh_strtod()
      
        
          | double qh_strtod | ( | const char * | s, | 
        
          |  |  | char ** | endp | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_strtol()
      
        
          | int qh_strtol | ( | const char * | s, | 
        
          |  |  | char ** | endp | 
        
          |  | ) |  |  |