Dr. Juno Woods

Results 166 comments of Dr. Juno Woods

We did talk about having matrices that could be keyed by strings instead of integers. I think the basic idea would just be to use Ruby hashes to convert whatever...

I've never tried to install with GCC 5.2, and this is a new one. What happens if you use 4.9?

@dimidd Have you had any luck? I can try this week if you're still struggling.

This kind of stuff seems to happen when linking between things compiled by different compilers. I'm not sure why I didn't mention that before. I may have only just recognized...

Wonderful! Thanks so much for getting involved. =D

`#rank` basically allows you to iterate along either rows or columns or through the depth of the tensor if it's more than 2-dimensional. So the first argument is row, column,...

Is using gesvd the most economical way to calculate rank?

Can you compile in debug mode and get a backtrace?

Yup, you're right. Had to check my reference. =) Yes, lapacke sounds good.

Yeah. In the extconf.rb file, you want to change -O3 to -O0 and add -g in the C and C++ flags. `rake clean` then `rake compile`, then `rake spec:gdb`