29 Mille(
const char *outFileName,
bool asBinary =
true,
bool writeZero =
false);
32 void mille(
int NLC,
const float *derLc,
int NGL,
const float *derGl,
33 const int *label,
float rMeas,
float sigma);
34 void special(
int nSpecial,
const float *floatings,
const int *integers);
40 bool checkBufferSize(
int nLocal,
int nGlobal);
42 std::ofstream myOutFile;
46 enum {myBufferSize = 5000};
47 int myBufferInt[myBufferSize];
48 float myBufferFloat[myBufferSize];
52 enum {myMaxLabel = (0xFFFFFFFF - (1 << 31))};
Class to write a C binary (cf.
Definition: Mille.h:26