Go to the source code of this file.
|  | 
| double CHOLMOD() | hypot (double x, double y) | 
|  | 
| int CHOLMOD() | divcomplex (double ar, double ai, double br, double bi, double *cr, double *ci) | 
|  | 
| static int | change_complexity (Int nz, int xtype_in, int xtype_out, int xtype1, int xtype2, void **XX, void **ZZ, cholmod_common *Common) | 
|  | 
| int CHOLMOD() | sparse_xtype (int to_xtype, cholmod_sparse *A, cholmod_common *Common) | 
|  | 
| int CHOLMOD() | triplet_xtype (int to_xtype, cholmod_triplet *T, cholmod_common *Common) | 
|  | 
| int CHOLMOD() | dense_xtype (int to_xtype, cholmod_dense *X, cholmod_common *Common) | 
|  | 
| int CHOLMOD() | factor_xtype (int to_xtype, cholmod_factor *L, cholmod_common *Common) | 
|  | 
      
        
          | double CHOLMOD() hypot | ( | double | x, | 
        
          |  |  | double | y | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | int CHOLMOD() divcomplex | ( | double | ar, | 
        
          |  |  | double | ai, | 
        
          |  |  | double | br, | 
        
          |  |  | double | bi, | 
        
          |  |  | double * | cr, | 
        
          |  |  | double * | ci | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | static int change_complexity | ( | Int | nz, |  
          |  |  | int | xtype_in, |  
          |  |  | int | xtype_out, |  
          |  |  | int | xtype1, |  
          |  |  | int | xtype2, |  
          |  |  | void ** | XX, |  
          |  |  | void ** | ZZ, |  
          |  |  | cholmod_common * | Common |  
          |  | ) |  |  |  | static |