Go to the source code of this file.
|  | 
| void | matvec_euclid_seq (int n, int *rp, int *cval, double *aval, double *x, double *y) | 
|  | 
| double | InnerProd (int local_n, double *x, double *y) | 
|  | 
| double | Norm2 (int local_n, double *x) | 
|  | 
| void | Axpy (int n, double alpha, double *x, double *y) | 
|  | 
| void | CopyVec (int n, double *xIN, double *yOUT) | 
|  | 
| void | ScaleVec (int n, double alpha, double *x) | 
|  | 
      
        
          | void matvec_euclid_seq | ( | int | n, | 
        
          |  |  | int * | rp, | 
        
          |  |  | int * | cval, | 
        
          |  |  | double * | aval, | 
        
          |  |  | double * | x, | 
        
          |  |  | double * | y | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | double InnerProd | ( | int | local_n, | 
        
          |  |  | double * | x, | 
        
          |  |  | double * | y | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | double Norm2 | ( | int | local_n, | 
        
          |  |  | double * | x | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void Axpy | ( | int | n, | 
        
          |  |  | double | alpha, | 
        
          |  |  | double * | x, | 
        
          |  |  | double * | y | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void CopyVec | ( | int | n, | 
        
          |  |  | double * | xIN, | 
        
          |  |  | double * | yOUT | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void ScaleVec | ( | int | n, | 
        
          |  |  | double | alpha, | 
        
          |  |  | double * | x | 
        
          |  | ) |  |  |