Go to the source code of this file.
|  | 
| int F77_FUNC() | dpotf2 (char *uplo, int *n, double *a, int *lda, int *info) | 
|  | 
| int F77_FUNC() | dpotrf (char *uplo, int *n, double *a, int *lda, int *info) | 
|  | 
| int F77_FUNC() | dpotri (char *uplo, int *n, double *a, int *lda, int *info) | 
|  | 
| int F77_FUNC() | dpotrs (char *uplo, int *n, int *nrhs, double *a, int *lda, double *b, int *ldb, int *info) | 
|  | 
| static long long | utime () | 
|  | 
◆ F77_FUNC
      
        
          | #define F77_FUNC | ( |  | func | ) | func ## _ | 
      
 
 
◆ dpotf2()
      
        
          | int F77_FUNC() dpotf2 | ( | char * | uplo, | 
        
          |  |  | int * | n, | 
        
          |  |  | double * | a, | 
        
          |  |  | int * | lda, | 
        
          |  |  | int * | info | 
        
          |  | ) |  |  | 
      
 
 
◆ dpotrf()
      
        
          | int F77_FUNC() dpotrf | ( | char * | uplo, | 
        
          |  |  | int * | n, | 
        
          |  |  | double * | a, | 
        
          |  |  | int * | lda, | 
        
          |  |  | int * | info | 
        
          |  | ) |  |  | 
      
 
 
◆ dpotri()
      
        
          | int F77_FUNC() dpotri | ( | char * | uplo, | 
        
          |  |  | int * | n, | 
        
          |  |  | double * | a, | 
        
          |  |  | int * | lda, | 
        
          |  |  | int * | info | 
        
          |  | ) |  |  | 
      
 
 
◆ dpotrs()
      
        
          | int F77_FUNC() dpotrs | ( | char * | uplo, | 
        
          |  |  | int * | n, | 
        
          |  |  | int * | nrhs, | 
        
          |  |  | double * | a, | 
        
          |  |  | int * | lda, | 
        
          |  |  | double * | b, | 
        
          |  |  | int * | ldb, | 
        
          |  |  | int * | info | 
        
          |  | ) |  |  | 
      
 
 
◆ utime()
  
  | 
        
          | static long long utime | ( |  | ) |  |  | static |