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);
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);