Main Page | Namespace List | Class List | File List | Namespace Members | Class Members | File Members

cxsc_mpicomm_templ.cpp File Reference

#include "cxsc_mpicomm_templ.hpp"

Namespaces

namespace  cxsc
namespace  std

Functions

void MPI_Fehler (int error, char *mpi_routine, char *subroutine, int rank)
int MPI_Define_CXSC_Types ()
int MPI_Pack (real &r, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, real &r, MPI_Comm MC)
int MPI_Pack (interval &ri, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, interval &ri, MPI_Comm MC)
int MPI_Pack (complex &c, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, complex &c, MPI_Comm MC)
int MPI_Pack (cinterval &ci, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, cinterval &ci, MPI_Comm MC)
int MPI_Pack (l_real &l_r, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, l_real &l_r, MPI_Comm MC)
int MPI_Pack (l_interval &l_i, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, l_interval &l_i, MPI_Comm MC)
int MPI_Pack (l_complex &l_c, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, l_complex &l_c, MPI_Comm MC)
int MPI_Pack (rvector &rv, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, rvector &rv, MPI_Comm MC)
int MPI_Pack (ivector &iv, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, ivector &iv, MPI_Comm MC)
int MPI_Pack (cvector &cv, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, cvector &cv, MPI_Comm MC)
int MPI_Pack (civector &civ, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, civector &civ, MPI_Comm MC)
int MPI_Pack (l_rvector &l_rv, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, l_rvector &l_rv, MPI_Comm MC)
int MPI_Pack (l_ivector &l_iv, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, l_ivector &l_iv, MPI_Comm MC)
int MPI_Pack (rmatrix &rm, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Pack (rmatrix &rm, int lb1, int ub1, int lb2, int ub2, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, rmatrix &rm, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, rmatrix &rm, int l1, int u1, int l2, int u2, MPI_Comm MC)
int MPI_Pack (imatrix &im, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Pack (imatrix &im, int lb1, int ub1, int lb2, int ub2, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, imatrix &im, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, imatrix &im, int l1, int u1, int l2, int u2, MPI_Comm MC)
int MPI_Pack (cmatrix &cm, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Pack (cmatrix &cm, int lb1, int ub1, int lb2, int ub2, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, cmatrix &cm, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, cmatrix &cm, int l1, int u1, int l2, int u2, MPI_Comm MC)
int MPI_Pack (cimatrix &cim, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Pack (cimatrix &cim, int lb1, int ub1, int lb2, int ub2, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, cimatrix &cim, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, cimatrix &cim, int l1, int u1, int l2, int u2, MPI_Comm MC)
int MPI_Pack (l_rmatrix &l_rm, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, l_rmatrix &l_rm, MPI_Comm MC)
int MPI_Pack (l_imatrix &l_im, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, l_imatrix &l_im, MPI_Comm MC)
int MPI_Pack (dotprecision &dotac, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, dotprecision &dotac, MPI_Comm MC)
int MPI_Pack (idotprecision &idotac, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, idotprecision &idotac, MPI_Comm MC)
int MPI_Pack (cdotprecision &cdotac, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, cdotprecision &cdotac, MPI_Comm MC)
int MPI_Pack (cidotprecision &cidotac, void *buff, int bufflen, int *pos, MPI_Comm MC)
int MPI_Unpack (void *buff, int bufflen, int *pos, cidotprecision &cidotac, MPI_Comm MC)
template<class T>
int MPI_Send (T &Tobj, int i1, int i2, MPI_Comm MC)
template<class T>
int MPI_Send (T &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template<class T>
int MPI_Bsend (T &Tobj, int i1, int i2, MPI_Comm MC)
template<class T>
int MPI_Bsend (T &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template<class T>
int MPI_Ssend (T &Tobj, int i1, int i2, MPI_Comm MC)
template<class T>
int MPI_Ssend (T &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template<class T>
int MPI_Rsend (T &Tobj, int i1, int i2, MPI_Comm MC)
template<class T>
int MPI_Rsend (T &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template<class T>
int MPI_Isend (T &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<class T>
int MPI_Isend (T &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<class T>
int MPI_Ibsend (T &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<class T>
int MPI_Ibsend (T &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<class T>
int MPI_Issend (T &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<class T>
int MPI_Issend (T &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<class T>
int MPI_Irsend (T &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<class T>
int MPI_Irsend (T &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<class T>
int MPI_Recv (T &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template<class T>
int MPI_Recv (T &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template<class T>
int MPI_Bcast (T &Tobj, int root, MPI_Comm MC)
template<class T>
int MPI_Bcast (T &Tobj, int lb1, int ub1, int lb2, int ub2, int root, MPI_Comm MC)
template<>
int MPI_Send< real > (real &r, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Bsend< real > (real &r, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Ssend< real > (real &r, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Rsend< real > (real &r, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Isend< real > (real &r, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Ibsend< real > (real &r, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Issend< real > (real &r, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Irsend< real > (real &r, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Recv< real > (real &r, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template<>
int MPI_Bcast< real > (real &r, int root, MPI_Comm MC)
template<>
int MPI_Send< complex > (complex &c, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Bsend< complex > (complex &c, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Ssend< complex > (complex &c, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Rsend< complex > (complex &c, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Isend< complex > (complex &c, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Ibsend< complex > (complex &c, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Issend< complex > (complex &c, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Irsend< complex > (complex &c, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Recv< complex > (complex &c, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template<>
int MPI_Bcast< complex > (complex &c, int root, MPI_Comm MC)
template<>
int MPI_Send< interval > (interval &ri, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Bsend< interval > (interval &ri, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Ssend< interval > (interval &ri, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Rsend< interval > (interval &ri, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Isend< interval > (interval &ri, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Ibsend< interval > (interval &ri, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Issend< interval > (interval &ri, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Irsend< interval > (interval &ri, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Recv< interval > (interval &ri, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template<>
int MPI_Bcast< interval > (interval &ri, int root, MPI_Comm MC)
template<>
int MPI_Send< cinterval > (cinterval &ci, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Bsend< cinterval > (cinterval &ci, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Ssend< cinterval > (cinterval &ci, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Rsend< cinterval > (cinterval &ci, int i1, int i2, MPI_Comm MC)
template<>
int MPI_Isend< cinterval > (cinterval &ci, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Ibsend< cinterval > (cinterval &ci, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Issend< cinterval > (cinterval &ci, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Irsend< cinterval > (cinterval &ci, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<>
int MPI_Recv< cinterval > (cinterval &ci, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template<>
int MPI_Bcast< cinterval > (cinterval &ci, int root, MPI_Comm MC)
template int MPI_Send< l_real > (l_real &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< l_interval > (l_interval &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< l_complex > (l_complex &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< rvector > (rvector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< ivector > (ivector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< cvector > (cvector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< civector > (civector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< l_rvector > (l_rvector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< l_ivector > (l_ivector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< rmatrix > (rmatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< imatrix > (imatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< cmatrix > (cmatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< cimatrix > (cimatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< rmatrix > (rmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Send< imatrix > (imatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Send< cmatrix > (cmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Send< cimatrix > (cimatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Send< l_rmatrix > (l_rmatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< l_imatrix > (l_imatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< dotprecision > (dotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< idotprecision > (idotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< cdotprecision > (cdotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Send< cidotprecision > (cidotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< l_real > (l_real &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< l_interval > (l_interval &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< l_complex > (l_complex &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< rvector > (rvector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< ivector > (ivector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< cvector > (cvector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< civector > (civector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< l_rvector > (l_rvector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< l_ivector > (l_ivector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< rmatrix > (rmatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< imatrix > (imatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< cmatrix > (cmatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< cimatrix > (cimatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< rmatrix > (rmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< imatrix > (imatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< cmatrix > (cmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< cimatrix > (cimatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< l_rmatrix > (l_rmatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< l_imatrix > (l_imatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< dotprecision > (dotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< idotprecision > (idotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< cdotprecision > (cdotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Bsend< cidotprecision > (cidotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< l_real > (l_real &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< l_interval > (l_interval &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< l_complex > (l_complex &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< rvector > (rvector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< ivector > (ivector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< cvector > (cvector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< civector > (civector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< l_rvector > (l_rvector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< l_ivector > (l_ivector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< rmatrix > (rmatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< imatrix > (imatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< cmatrix > (cmatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< cimatrix > (cimatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< rmatrix > (rmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< imatrix > (imatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< cmatrix > (cmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< cimatrix > (cimatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< l_rmatrix > (l_rmatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< l_imatrix > (l_imatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< dotprecision > (dotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< idotprecision > (idotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< cdotprecision > (cdotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Ssend< cidotprecision > (cidotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< l_real > (l_real &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< l_interval > (l_interval &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< l_complex > (l_complex &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< rvector > (rvector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< ivector > (ivector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< cvector > (cvector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< civector > (civector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< l_rvector > (l_rvector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< l_ivector > (l_ivector &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< rmatrix > (rmatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< imatrix > (imatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< cmatrix > (cmatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< cimatrix > (cimatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< rmatrix > (rmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< imatrix > (imatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< cmatrix > (cmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< cimatrix > (cimatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< l_rmatrix > (l_rmatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< l_imatrix > (l_imatrix &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< dotprecision > (dotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< idotprecision > (idotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< cdotprecision > (cdotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Rsend< cidotprecision > (cidotprecision &Tobj, int i1, int i2, MPI_Comm MC)
template int MPI_Isend< l_real > (l_real &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< l_interval > (l_interval &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< l_complex > (l_complex &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< rvector > (rvector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< ivector > (ivector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< cvector > (cvector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< civector > (civector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< l_rvector > (l_rvector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< l_ivector > (l_ivector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< rmatrix > (rmatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< imatrix > (imatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< cmatrix > (cmatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< cimatrix > (cimatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< rmatrix > (rmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< imatrix > (imatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< cmatrix > (cmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< cimatrix > (cimatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< l_rmatrix > (l_rmatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< l_imatrix > (l_imatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< dotprecision > (dotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< idotprecision > (idotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< cdotprecision > (cdotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Isend< cidotprecision > (cidotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< l_real > (l_real &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< l_interval > (l_interval &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< l_complex > (l_complex &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< rvector > (rvector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< ivector > (ivector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< cvector > (cvector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< civector > (civector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< l_rvector > (l_rvector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< l_ivector > (l_ivector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< rmatrix > (rmatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< imatrix > (imatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< cmatrix > (cmatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< cimatrix > (cimatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< rmatrix > (rmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< imatrix > (imatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< cmatrix > (cmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< cimatrix > (cimatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< l_rmatrix > (l_rmatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< l_imatrix > (l_imatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< dotprecision > (dotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< idotprecision > (idotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< cdotprecision > (cdotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Ibsend< cidotprecision > (cidotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< l_real > (l_real &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< l_interval > (l_interval &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< l_complex > (l_complex &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< rvector > (rvector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< ivector > (ivector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< cvector > (cvector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< civector > (civector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< l_rvector > (l_rvector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< l_ivector > (l_ivector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< rmatrix > (rmatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< imatrix > (imatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< cmatrix > (cmatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< cimatrix > (cimatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< rmatrix > (rmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< imatrix > (imatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< cmatrix > (cmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< cimatrix > (cimatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< l_rmatrix > (l_rmatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< l_imatrix > (l_imatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< dotprecision > (dotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< idotprecision > (idotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< cdotprecision > (cdotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Issend< cidotprecision > (cidotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< l_real > (l_real &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< l_interval > (l_interval &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< l_complex > (l_complex &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< rvector > (rvector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< ivector > (ivector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< cvector > (cvector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< civector > (civector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< l_rvector > (l_rvector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< l_ivector > (l_ivector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< rmatrix > (rmatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< imatrix > (imatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< cmatrix > (cmatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< cimatrix > (cimatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< rmatrix > (rmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< imatrix > (imatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< cmatrix > (cmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< cimatrix > (cimatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< l_rmatrix > (l_rmatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< l_imatrix > (l_imatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< dotprecision > (dotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< idotprecision > (idotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< cdotprecision > (cdotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Irsend< cidotprecision > (cidotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template int MPI_Recv< l_real > (l_real &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< l_interval > (l_interval &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< l_complex > (l_complex &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< rvector > (rvector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< ivector > (ivector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< cvector > (cvector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< civector > (civector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< l_rvector > (l_rvector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< l_ivector > (l_ivector &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< rmatrix > (rmatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< imatrix > (imatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< cmatrix > (cmatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< cimatrix > (cimatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< rmatrix > (rmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< imatrix > (imatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< cmatrix > (cmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< cimatrix > (cimatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< l_rmatrix > (l_rmatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< l_imatrix > (l_imatrix &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< dotprecision > (dotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< idotprecision > (idotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< cdotprecision > (cdotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Recv< cidotprecision > (cidotprecision &Tobj, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template int MPI_Bcast< l_real > (l_real &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< l_interval > (l_interval &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< l_complex > (l_complex &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< rvector > (rvector &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< ivector > (ivector &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< cvector > (cvector &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< civector > (civector &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< l_rvector > (l_rvector &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< l_ivector > (l_ivector &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< rmatrix > (rmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int root, MPI_Comm MC)
template int MPI_Bcast< imatrix > (imatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int root, MPI_Comm MC)
template int MPI_Bcast< cmatrix > (cmatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int root, MPI_Comm MC)
template int MPI_Bcast< cimatrix > (cimatrix &Tobj, int lb1, int ub1, int lb2, int ub2, int root, MPI_Comm MC)
template int MPI_Bcast< rmatrix > (rmatrix &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< imatrix > (imatrix &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< cmatrix > (cmatrix &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< cimatrix > (cimatrix &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< l_rmatrix > (l_rmatrix &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< l_imatrix > (l_imatrix &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< dotprecision > (dotprecision &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< idotprecision > (idotprecision &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< cdotprecision > (cdotprecision &Tobj, int root, MPI_Comm MC)
template int MPI_Bcast< cidotprecision > (cidotprecision &Tobj, int root, MPI_Comm MC)

Variables

char commbuffer [MPI_CXSC_BUFFERLEN]
bool MPI_CXSC_TYPES_DEFINED = false
MPI_Datatype MPI_CXSC_REAL
MPI_Datatype MPI_CXSC_COMPLEX
MPI_Datatype MPI_CXSC_INTERVAL
MPI_Datatype MPI_CXSC_CINTERVAL

Detailed Description

MPI communication package for C-XSC data types: Implementation file.

Copyright (C) 2004-2007 Markus Grimmer

Incorporated Communication Routines and Utility Routines:


Function Documentation

template<class T>
int MPI_Bcast T &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  root,
MPI_Comm  MC
 

template<class T>
int MPI_Bcast T &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< cdotprecision > cdotprecision &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< cidotprecision > cidotprecision &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< cimatrix > cimatrix &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< cimatrix > cimatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  root,
MPI_Comm  MC
 

template<>
int MPI_Bcast< cinterval > cinterval &  ci,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< civector > civector &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< cmatrix > cmatrix &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< cmatrix > cmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  root,
MPI_Comm  MC
 

template<>
int MPI_Bcast< complex > complex &  c,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< cvector > cvector &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< dotprecision > dotprecision &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< idotprecision > idotprecision &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< imatrix > imatrix &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< imatrix > imatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  root,
MPI_Comm  MC
 

template<>
int MPI_Bcast< interval > interval &  ri,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< ivector > ivector &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< l_complex > l_complex &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< l_imatrix > l_imatrix &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< l_interval > l_interval &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< l_ivector > l_ivector &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< l_real > l_real &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< l_rmatrix > l_rmatrix &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< l_rvector > l_rvector &  Tobj,
int  root,
MPI_Comm  MC
 

template<>
int MPI_Bcast< real > real &  r,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< rmatrix > rmatrix &  Tobj,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< rmatrix > rmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< rvector > rvector &  Tobj,
int  root,
MPI_Comm  MC
 

template<class T>
int MPI_Bsend T &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template<class T>
int MPI_Bsend T &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< cdotprecision > cdotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< cidotprecision > cidotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< cimatrix > cimatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< cimatrix > cimatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Bsend< cinterval > cinterval &  ci,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< civector > civector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< cmatrix > cmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< cmatrix > cmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Bsend< complex > complex &  c,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< cvector > cvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< dotprecision > dotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< idotprecision > idotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< imatrix > imatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< imatrix > imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Bsend< interval > interval &  ri,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< ivector > ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< l_complex > l_complex &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< l_imatrix > l_imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< l_interval > l_interval &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< l_ivector > l_ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< l_real > l_real &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< l_rmatrix > l_rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< l_rvector > l_rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Bsend< real > real &  r,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< rmatrix > rmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< rmatrix > rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< rvector > rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

int MPI_Define_CXSC_Types  ) 
 

Definition routine (cf. the MPI documentation).

void MPI_Fehler int  ,
char *  ,
char *  ,
int 
 

Error routine.

template<class T>
int MPI_Ibsend T &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<class T>
int MPI_Ibsend T &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< cdotprecision > cdotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< cidotprecision > cidotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< cimatrix > cimatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< cimatrix > cimatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Ibsend< cinterval > cinterval &  ci,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< civector > civector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< cmatrix > cmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< cmatrix > cmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Ibsend< complex > complex &  c,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< cvector > cvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< dotprecision > dotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< idotprecision > idotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< imatrix > imatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< imatrix > imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Ibsend< interval > interval &  ri,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< ivector > ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< l_complex > l_complex &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< l_imatrix > l_imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< l_interval > l_interval &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< l_ivector > l_ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< l_real > l_real &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< l_rmatrix > l_rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< l_rvector > l_rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Ibsend< real > real &  r,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< rmatrix > rmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< rmatrix > rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< rvector > rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<class T>
int MPI_Irsend T &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<class T>
int MPI_Irsend T &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< cdotprecision > cdotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< cidotprecision > cidotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< cimatrix > cimatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< cimatrix > cimatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Irsend< cinterval > cinterval &  ci,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< civector > civector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< cmatrix > cmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< cmatrix > cmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Irsend< complex > complex &  c,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< cvector > cvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< dotprecision > dotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< idotprecision > idotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< imatrix > imatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< imatrix > imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Irsend< interval > interval &  ri,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< ivector > ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< l_complex > l_complex &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< l_imatrix > l_imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< l_interval > l_interval &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< l_ivector > l_ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< l_real > l_real &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< l_rmatrix > l_rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< l_rvector > l_rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Irsend< real > real &  r,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< rmatrix > rmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< rmatrix > rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< rvector > rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<class T>
int MPI_Isend T &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<class T>
int MPI_Isend T &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< cdotprecision > cdotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< cidotprecision > cidotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< cimatrix > cimatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< cimatrix > cimatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Isend< cinterval > cinterval &  ci,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< civector > civector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< cmatrix > cmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< cmatrix > cmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Isend< complex > complex &  c,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< cvector > cvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< dotprecision > dotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< idotprecision > idotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< imatrix > imatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< imatrix > imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Isend< interval > interval &  ri,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< ivector > ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< l_complex > l_complex &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< l_imatrix > l_imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< l_interval > l_interval &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< l_ivector > l_ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< l_real > l_real &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< l_rmatrix > l_rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< l_rvector > l_rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Isend< real > real &  r,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< rmatrix > rmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< rmatrix > rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< rvector > rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<class T>
int MPI_Issend T &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<class T>
int MPI_Issend T &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< cdotprecision > cdotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< cidotprecision > cidotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< cimatrix > cimatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< cimatrix > cimatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Issend< cinterval > cinterval &  ci,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< civector > civector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< cmatrix > cmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< cmatrix > cmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Issend< complex > complex &  c,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< cvector > cvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< dotprecision > dotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< idotprecision > idotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< imatrix > imatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< imatrix > imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Issend< interval > interval &  ri,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< ivector > ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< l_complex > l_complex &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< l_imatrix > l_imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< l_interval > l_interval &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< l_ivector > l_ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< l_real > l_real &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< l_rmatrix > l_rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< l_rvector > l_rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template<>
int MPI_Issend< real > real &  r,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< rmatrix > rmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< rmatrix > rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< rvector > rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

int MPI_Pack cidotprecision &  cidotac,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack cdotprecision &  cdotac,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack idotprecision &  idotac,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack dotprecision &  dotac,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack l_imatrix &  l_im,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack l_rmatrix &  l_rm,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack cimatrix &  cim,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack cimatrix &  cim,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack cmatrix &  cm,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack cmatrix &  cm,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack imatrix &  im,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack imatrix &  im,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack rmatrix &  rm,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack rmatrix &  rm,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack l_ivector &  l_iv,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack l_rvector &  l_rv,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack civector &  civ,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack cvector &  cv,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack ivector &  iv,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack rvector &  rv,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack l_complex &  l_c,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack l_interval &  l_i,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack l_real &  l_r,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack cinterval &  ci,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack complex &  c,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack interval &  ri,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

int MPI_Pack real &  r,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

template<class T>
int MPI_Recv T &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template<class T>
int MPI_Recv T &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< cdotprecision > cdotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< cidotprecision > cidotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< cimatrix > cimatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< cimatrix > cimatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template<>
int MPI_Recv< cinterval > cinterval &  ci,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< civector > civector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< cmatrix > cmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< cmatrix > cmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template<>
int MPI_Recv< complex > complex &  c,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< cvector > cvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< dotprecision > dotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< idotprecision > idotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< imatrix > imatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< imatrix > imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template<>
int MPI_Recv< interval > interval &  ri,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< ivector > ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< l_complex > l_complex &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< l_imatrix > l_imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< l_interval > l_interval &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< l_ivector > l_ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< l_real > l_real &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< l_rmatrix > l_rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< l_rvector > l_rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template<>
int MPI_Recv< real > real &  r,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< rmatrix > rmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< rmatrix > rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< rvector > rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template<class T>
int MPI_Rsend T &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template<class T>
int MPI_Rsend T &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< cdotprecision > cdotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< cidotprecision > cidotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< cimatrix > cimatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< cimatrix > cimatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Rsend< cinterval > cinterval &  ci,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< civector > civector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< cmatrix > cmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< cmatrix > cmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Rsend< complex > complex &  c,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< cvector > cvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< dotprecision > dotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< idotprecision > idotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< imatrix > imatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< imatrix > imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Rsend< interval > interval &  ri,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< ivector > ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< l_complex > l_complex &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< l_imatrix > l_imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< l_interval > l_interval &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< l_ivector > l_ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< l_real > l_real &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< l_rmatrix > l_rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< l_rvector > l_rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Rsend< real > real &  r,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< rmatrix > rmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< rmatrix > rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< rvector > rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<class T>
int MPI_Send T &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template<class T>
int MPI_Send T &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< cdotprecision > cdotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< cidotprecision > cidotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< cimatrix > cimatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< cimatrix > cimatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Send< cinterval > cinterval &  ci,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< civector > civector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< cmatrix > cmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< cmatrix > cmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Send< complex > complex &  c,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< cvector > cvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< dotprecision > dotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< idotprecision > idotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< imatrix > imatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< imatrix > imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Send< interval > interval &  ri,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< ivector > ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< l_complex > l_complex &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< l_imatrix > l_imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< l_interval > l_interval &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< l_ivector > l_ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< l_real > l_real &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< l_rmatrix > l_rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< l_rvector > l_rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Send< real > real &  r,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< rmatrix > rmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< rmatrix > rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< rvector > rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<class T>
int MPI_Ssend T &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template<class T>
int MPI_Ssend T &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< cdotprecision > cdotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< cidotprecision > cidotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< cimatrix > cimatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< cimatrix > cimatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Ssend< cinterval > cinterval &  ci,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< civector > civector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< cmatrix > cmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< cmatrix > cmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Ssend< complex > complex &  c,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< cvector > cvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< dotprecision > dotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< idotprecision > idotprecision &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< imatrix > imatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< imatrix > imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Ssend< interval > interval &  ri,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< ivector > ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< l_complex > l_complex &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< l_imatrix > l_imatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< l_interval > l_interval &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< l_ivector > l_ivector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< l_real > l_real &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< l_rmatrix > l_rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< l_rvector > l_rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template<>
int MPI_Ssend< real > real &  r,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< rmatrix > rmatrix &  Tobj,
int  lb1,
int  ub1,
int  lb2,
int  ub2,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< rmatrix > rmatrix &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< rvector > rvector &  Tobj,
int  i1,
int  i2,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
cidotprecision &  cidotac,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
cdotprecision &  cdotac,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
idotprecision &  idotac,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
dotprecision &  dotac,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
l_imatrix &  l_im,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
l_rmatrix &  l_rm,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
cimatrix &  cim,
int  l1,
int  u1,
int  l2,
int  u2,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
cimatrix &  cim,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
cmatrix &  cm,
int  l1,
int  u1,
int  l2,
int  u2,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
cmatrix &  cm,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
imatrix &  im,
int  l1,
int  u1,
int  l2,
int  u2,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
imatrix &  im,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
rmatrix &  rm,
int  l1,
int  u1,
int  l2,
int  u2,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
rmatrix &  rm,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
l_ivector &  l_iv,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
l_rvector &  l_rv,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
civector &  civ,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
cvector &  cv,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
ivector &  iv,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
rvector &  rv,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
l_complex &  l_c,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
l_interval &  l_i,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
l_real &  l_r,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
cinterval &  ci,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
complex &  c,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
interval &  ri,
MPI_Comm  MC
 

int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
real &  r,
MPI_Comm  MC
 


Variable Documentation

char commbuffer[MPI_CXSC_BUFFERLEN]
 

Communication buffer.

MPI_Datatype MPI_CXSC_CINTERVAL
 

MPI_Datatype MPI_CXSC_COMPLEX
 

MPI_Datatype MPI_CXSC_INTERVAL
 

MPI_Datatype MPI_CXSC_REAL
 

bool MPI_CXSC_TYPES_DEFINED = false
 


Generated on Tue Feb 27 21:19:13 2007 for VFIS by  doxygen 1.4.4