search for: _multiply_

Displaying 1 result from an estimated 1 matches for "_multiply_".

Did you mean: _multiple_
2007 Mar 14
4
abs(U) > 0 where U is a vector?
Hi, I am looking for a way to compare if every element of a vector is > 0. i.e. while(abs(U) > 0) { .. } is there a function for this or do I have to write one? I'd appreciate your help! Benjamin