46#if defined(Ifpack_SHOW_DEPRECATED_WARNINGS)
48#warning "The Ifpack package is deprecated"
52#include "euclid_common.h"
64 extern void Vec_dhCreate (Vec_dh * v);
65 extern void Vec_dhDestroy (Vec_dh v);
66 extern void Vec_dhInit (Vec_dh v,
int size);
69 extern void Vec_dhDuplicate (Vec_dh v, Vec_dh * out);
74 extern void Vec_dhCopy (Vec_dh x, Vec_dh y);
81 extern void Vec_dhSet (Vec_dh v,
double value);
82 extern void Vec_dhSetRand (Vec_dh v);
84 extern void Vec_dhRead (Vec_dh * v,
int ignore,
char *filename);
85 extern void Vec_dhReadBIN (Vec_dh * v,
char *filename);
86 extern void Vec_dhPrint (Vec_dh v, SubdomainGraph_dh sg,
char *filename);
87 extern void Vec_dhPrintBIN (Vec_dh v, SubdomainGraph_dh sg,
char *filename);