Meinrad Recheis

Results 472 comments of Meinrad Recheis

One of us (maybe @Nucs ?) can provide the method stub for you to fill in the code. You can then look at that commit to learn which files needed...

sure, I am all for making things easier to test

Thanks for taking the time to fix the code generator. I just released v30 with the new changes

@JimXu1989 that is far too few information. You need to give me a simple snippet that I can use to reproduce your problem. If possible give me also the according...

we need this for it: #365

@ChaiKnight: I can not work with the example you have given here to reproduce the problem. Can you please write me a piece of code that is complete and reproduces...

Alright, I understand. This is a known problem then. Masking is currently under construction. @Nucs is working on it.

ok, you are right. that implements the L2 norm I need. I'll add the shortcut np.linalg.norm(...) just for Python compatibility

no, after checking the code against the numpy docs, actually, the 2-norm is not the same what has been implemented in normalize(). There is no squaring of coefficients. Is that...

The flags probably would have to be wrapped in a similar manner as NDArray to support enumeration. I have currently no time to work on that though. If you want...