I have a k*k squared matrix with diagonal elements x>0 and all other elements y>0. The values of k, x, y are all subject to change. Now I need the determi
How to declare an array that is received like an parameter in a function that also receive a pointer to a function in C and that function is using the values fr
I'm reading http://gcc.gnu.org/onlinedocs/libstdc++/manual/shared_ptr.html and some thread safety issues are still not clear for me: Standard guarantees that re
I basically want to open a specific youtube video from my app, when a button is pressed. If the youtube app is installed on the user's device, then the video sh
I have two factories "News" and "Photoset". Can I somehow combine them? $news = ORM::factory('News') ->where('title_'.I18n::$lang, '<>', '')
When I type train_set['processed_Review'], there are no values in the column. The train_set data frame looks like the image below. punctuations = string.punctua
I'm developing a list of import processes that has two databases: maritime and aerial. I created a database (Processes) that joins these two bases. Each process
Hi I have 2 variants of code both do not work. My problem is I want to pass an argument into handler of addBinding method. console.log(x) returns as it should b