Skip to content

GaussianSumFitter. Avoid a few un-needed dynamic memory allocations

GaussianSumFitter. Avoid a few un-needed dynamic memory allocations

  • Dynamic Eigen vector when we know the size (e.g when the covariance is known)
  • Member variable "value" rather than "ptr"
Edited by Christos Anastopoulos

Merge request reports