kernelmethods icon indicating copy to clipboard operation
kernelmethods copied to clipboard

ENH: implement arithmetic operations on kernel matrices via [dunder] magic methods

Open raamana opened this issue 4 years ago • 0 comments

straight forward implementation of __add__, __mul__, __sub__ etc for the KernelMatrix class, with some smart optimizations when possible.

raamana avatar May 28 '20 16:05 raamana