addSamplesPackedArray
fun addSamplesPackedArray(packedSamples: ReadonlyArray<Double>, epoch: JulianDate? = definedExternally)(source)
Adds samples as a single packed array where each new sample is represented as a date, followed by the packed representation of the corresponding value and derivatives.
Parameters
packedSamples
The array of packed samples.
epoch
If any of the dates in packedSamples are numbers, they are considered an offset from this epoch, in seconds.