#include <valarray>
#include <string>
#include <assert.h>
#include "commonParameters.h"
#include "communicator.h"
#include "bridge_complex.h"
Go to the source code of this file.
|
| dcomplex | ddotc_complex (const Field &y, const Field &x) |
| |
| int | exchange (int count, Field *recv_buf, Field *send_buf, int idir, int ipm, int tag) |
| |
| int | send_1to1 (int count, Field *recv_buf, Field *send_buf, int p_to, int p_from, int tag) |
| |
| Field | operator* (const Field &v, const double s) |
| |
| Field | operator* (const double s, const Field &v) |
| |
| Field | operator+ (const Field &lhs, const Field &rhs) |
| |
| Field | operator- (const Field &lhs, const Field &rhs) |
| |
| dcomplex ddotc_complex |
( |
const Field & |
y, |
|
|
const Field & |
x |
|
) |
| |
|
inline |
| int exchange |
( |
int |
count, |
|
|
Field * |
recv_buf, |
|
|
Field * |
send_buf, |
|
|
int |
idir, |
|
|
int |
ipm, |
|
|
int |
tag |
|
) |
| |
|
inline |
| Field operator* |
( |
const Field & |
v, |
|
|
const double |
s |
|
) |
| |
|
inline |
| Field operator* |
( |
const double |
s, |
|
|
const Field & |
v |
|
) |
| |
|
inline |
| int send_1to1 |
( |
int |
count, |
|
|
Field * |
recv_buf, |
|
|
Field * |
send_buf, |
|
|
int |
p_to, |
|
|
int |
p_from, |
|
|
int |
tag |
|
) |
| |
|
inline |