#include "sba/sba.h"
#include <sys/time.h>
Go to the source code of this file.
| 
Namespaces | 
| namespace | sba | 
| 
Defines | 
| #define | F77_FUNC(func)   func ## _ | 
| 
Functions | 
| 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 () | 
Define Documentation
Function Documentation
      
        
          | 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 | ( |  | ) |  [static] |