39 Mille(
const char* outFileName,
bool asBinary =
true,
bool writeZero =
false);
42 void mille(
int NLC,
const float* derLc,
int NGL,
const float* derGl,
const int* label,
float rMeas,
float sigma);
43 void special(
int nSpecial,
const float* floatings,
const int* integers);
49 bool checkBufferSize(
int nLocal,
int nGlobal);
51 std::ofstream myOutFile;
59 int myBufferInt[myBufferSize];
60 float myBufferFloat[myBufferSize];
66 myMaxLabel = (0xFFFFFFFF - (1 << 31))
Mille(const char *outFileName, bool asBinary=true, bool writeZero=false)
void mille(int NLC, const float *derLc, int NGL, const float *derGl, const int *label, float rMeas, float sigma)
void special(int nSpecial, const float *floatings, const int *integers)