Hi list,

I need to change the sign of each element in a (very large) matrix.

I know a way that is very slow
A = -A;

What is the fastest way to do this?

Thanks in Advance