seoanezonjic
seoanezonjic
Hi authors of Numo-narray I'm working with biological networks so I need to use matrix operations frecuently. In my project I was using the old Nmatrix library but recently I...
Hi numo authors I'm currently working with kernels and a couple of them needs the expm operation. in my project, I tried to implemented this operation using the Padé approximation...
This pull request fix issue #48 adding a single line.
I need to use the matrix exponential operation as can be seen here: https://www.mathworks.com/help/matlab/ref/expm.html There is a method for this operation in nmatrix? If is not, how can I implement...
On ruby version ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux] when nmatrix is required, the following code: ` File.open(file).each do |line| ``` line.chomp! puts line + '-' fields = line.split("\t") puts...