Andrea Ferretti

Results 160 comments of Andrea Ferretti

Oh, I am sorry to hear that, but in fact I was surprised that the compiler allowed type constraints in the type declaration section. I think you should be good...

It is great to hear that this is now working! I am not sure what problems `seq[float]` vs `DVector` might cause, because they are in fact the same type!

As mentioned in the README, an expanded rewrite is [here](https://unicredit.github.io/neo/)

Yup, dynamic vectors are in fact just seqs: https://github.com/unicredit/linear-algebra/blob/master/linalg/private/types.nim#L24-L25 I saw no good reason not to do this, and I thought that since seqs are so ubiquitous, this might save...

It seems the same issue indeed, I am going to reopen it

I think this would be a great addition, but as you can see from the TODO, there are many other things that would be nice... :-) If you are willing...

Can I ping you on this? I am interested in Nim-pymod, and any information (even - it doesn't work anymore and we are not interested in keep developing it) would...

@jboy Hi, can I ping you? Even if the library is not developed anymore, any information (what remains to be done, how it works so that other people can hack...

I updated arraymancer @#head and noticed a big improvement wrt v0.4. Now the timing is 6m17s, much better!