5 Questions 54 Answers 0 Followers
Questions related from Gopalakrishna Palem
For example, assume two entities P and Q, where we are using 'proof-by-contradiction' to validate P (by using Q). Something like: if P then Q; Not Q. Hence not P IMO, one can only use such...
06 July 2015 3,493 13 View
We are looking for thread-safe container classes in C/C++ - please inform if you know any. The library should support multi-thread read-write vector, list and similar containers. Lock-free,...
16 May 2014 7,392 7 View
What is the Indicator function for set membership of integers? I have a black-box function (whose definition is not known) producing some numbers (precision is not known). How to test if the...
24 January 2014 9,559 1 View
What is the method to decide if a given number (integer) is going to have an integer square-root or not (without actually computing the square-root)? For example, assume I have a method M that...
02 January 2014 3,903 33 View
In R, I am using Min and Max to find minimum and maximum values for a given vector. This vector is a result of computation and filter and often times could be NULL or empty list. In such case,...
22 September 2013 5,842 3 View