MPI_mgparc
Functions
vdop.cpp File Reference
#include <cstdio>
#include <iostream>
#include <cmath>
#include <cstring>

Functions

void vdcopy (const int n, double xp[], const int ix, const double yp[], const int iy)
 
void vdplus (const int n, double x[], const int ix, const double y[], const int iy, const double z[], const int iz)
 
void vddiv (const int n, double x[], const int ix, const double y[], const int iy, const double z[], const int iz)
 
void vdmult (const int n, double x[], const int ix, const double y[], const int iy, const double z[], const int iz)
 
double dscapr (const int n, const double x[], const double y[])
 
void vdaxpy (const int n, double x[], const double y[], const double &a, const double z[])
 
void vicopy (const int n, int xp[], const int ix, const int yp[], const int iy)
 

Function Documentation

double dscapr ( const int  n,
const double  x[],
const double  y[] 
)
void vdaxpy ( const int  n,
double  x[],
const double  y[],
const double &  a,
const double  z[] 
)
void vdcopy ( const int  n,
double  xp[],
const int  ix,
const double  yp[],
const int  iy 
)
void vddiv ( const int  n,
double  x[],
const int  ix,
const double  y[],
const int  iy,
const double  z[],
const int  iz 
)
void vdmult ( const int  n,
double  x[],
const int  ix,
const double  y[],
const int  iy,
const double  z[],
const int  iz 
)
void vdplus ( const int  n,
double  x[],
const int  ix,
const double  y[],
const int  iy,
const double  z[],
const int  iz 
)
void vicopy ( const int  n,
int  xp[],
const int  ix,
const int  yp[],
const int  iy 
)