Add the possibility to extract the estimated coefficients corresponding to either the original problem or the preconditioned one. At the moment, the choice is driven by the parameter doNormalizeKernels but, for some applications, it could be useful to decide which version to use. Perhaps, we could add an optional parameter to the get_coeffs() function to control this behavior. The default should be as it is right now.
Add the possibility to extract the estimated coefficients corresponding to either the original problem or the preconditioned one. At the moment, the choice is driven by the parameter
doNormalizeKernels
but, for some applications, it could be useful to decide which version to use. Perhaps, we could add an optional parameter to theget_coeffs()
function to control this behavior. The default should be as it is right now.