bitpit icon indicating copy to clipboard operation
bitpit copied to clipboard

discretization: fix logic to detect if polynomial storage should be resized

Open andrea-iob opened this issue 2 years ago • 0 comments

The current storage size was not properly evaluated.

I've also updated the function that evaluates the polynomial coefficients: since the weight matrix is usually small, it's faster perform matrix vector multiplication using an ad-hoc code rather than using CBLAS functions..

andrea-iob avatar Sep 14 '22 19:09 andrea-iob