Skip to content

AST-522 Support applying solutions in BdaSolverBuffer

Maik Nijhuis requested to merge AST-522-bda-subtract-solved-model into master
  • Add BdaSolverBuffer::SubtractCorrectedModel, which applies solutions to the predicted model and subtracts them from the data.
  • Update the BdaSolverBuffer interface: It now owns the data buffer, and releases it via GetDone().

Merge request reports