CIL icon indicating copy to clipboard operation
CIL copied to clipboard

Extend SAPYB to array multiplication

Open MargaretDuff opened this issue 1 year ago • 1 comments

Description

E.g. in SPDHG the line self.x.sapyb(1., self._zbar, -self._tau, out=self._x_tmp), if self._tau is an array then -self._tau assigns another array, with increased memory usage.

Something that implements z = a * a_arr * x + b * b_arr * y efficiently will add more flexibility

MargaretDuff avatar Aug 23 '24 11:08 MargaretDuff

SANYB?

MargaretDuff avatar Sep 02 '24 14:09 MargaretDuff