Sameer Deshmukh

Results 235 comments of Sameer Deshmukh

Ok that's weird. What version are you using? Can you freshly clone nmatrix from sciruby and try it out?

I'm using 2.2.1. Don't know what's causing this :\

Just give me some time to reproduce this one. I'm currently working on the FFTW extension and don't want anything that might break my build.

We have `hconcat` and `vconcat` but its kind of counter intuitive to concatenate when you think of it that way. The easiest way I've come across is the Matlab notation...

`common.h` is intended to be a header for a C++ file so it won't function properly when using GCC for compiling `nmatrix.h`. You can reproduce the error by calling the...

I'm using plain gcc. Its this line: https://github.com/SciRuby/nmatrix/blob/master/ext/nmatrix/nmatrix.h#L391

Have you explored the [numpy binary file format](http://docs.scipy.org/doc/numpy/neps/npy-format.html)?

I have a doubt. If you're going to implement a compression algorithm for storing matrices, how can one seek to a particular element directly and then read a given number...

I'm concerned whether your compressed matrix will work for file seeking. Hence I don't think storing in a compressed file format is a very good idea in the first place....