
| Mille(const char* outFileName, bool asBinary = true, bool writeZero = false) | |
| ~Mille() | |
| int | end() |
| void | kill() |
| 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) |
| bool | checkBufferSize(int nLocal, int nGlobal) |
| void | newSet() |
| bool | myAsBinary | if false output as text |
| float | myBufferFloat[5000] | to collect derivatives etc. |
| int | myBufferInt[5000] | to collect labels etc. |
| int | myBufferPos | |
| bool | myHasSpecial | if true, special(..) already called for this record |
| ofstream | myOutFile | C-binary for output |
| bool | myWriteZero | if true also write out derivatives/lables ==0 |
