finish simplifications on stage2.R
[epclust.git] / epclust / R / defaults.R
1 #TODO: ascii format (default) (+ binary format?)
2 defaultWriteTmp = function(curves [uncompressed coeffs, limited number - nbSeriesPerChunk], last=FALSE)
3 {
4 #if last=TRUE, close the conn (??)
5 }
6
7 #careful: connection must remain open
8 defaultReadTmp = function(start, n)
9 {
10
11 }