Skip to content

Make ParameterSet store covariance as optional instead of pointer

Paul Gessinger-Befurt requested to merge parameter-cov-optional into master

This should have the advantage of it being local to the class, rather than a heap allocation that the client has to perform and pass to ParameterSet.

Edited by Paul Gessinger-Befurt

Merge request reports