RE: [Lapackpp-devel] Operator+=
Status: Beta
Brought to you by:
cstim
From: Jacob \(Jack\) G. <jg...@cs...> - 2005-04-18 17:47:22
|
Just FYI, I was referring to operator+=(double) or operator+=(complex), etc. (not matrix addition which you can do with Blas_Add_Mult). Jack _____ From: lap...@li... [mailto:lap...@li...] On Behalf Of Jacob (Jack) Gryn Sent: April 18, 2005 1:43 PM To: lap...@li... Subject: [Lapackpp-devel] Operator+= I don't remember if I brought this up before, but is there any problem adding "operator+=" to the matrix/vector classes? They should not use any extra memory, as all the processing is done within the existing matrices/vectors. Any thoughts? Jack |