Activity for Kumar Appaiah

  • Kumar Appaiah Kumar Appaiah posted a comment on discussion Help

    Thank you. This was, indeed, the issue. Kumar

  • Kumar Appaiah Kumar Appaiah posted a comment on discussion Help

    Dear Asymptote users, In the following code, I expect that the resulting PDF has four pages with animated images: import animate; size(3cm); settings.outformat="pdf"; animation a = animation(global=true); draw((0,0)--(1,1)); a.add(); draw((1,0)--(0,1)); a.add(); draw((0,0)--(1,0.5)); a.add(); draw((1,0.5)--(0,1)); a.add(); write(a.pictures.length); // outputs 4 a.movie(BBox(1mm)); However, I end up with only a single-page PDF. What could be the mistake I am making? Thanks. Kumar

  • Kumar Appaiah Kumar Appaiah posted a comment on discussion Help

    Many thanks for the fix! Glad to have found an old bug! :-) Kumar

  • Kumar Appaiah Kumar Appaiah posted a comment on discussion Help

    Dear Asymptote users, I am missing something in my understanding of the following: import graph; path ctft = (-3.8,0.2){(0,0)}..{(0,0)}(0,1){(0,0)}..{(0,0)}(3.8,0.2); write(maxtimes(ctft)); // displays 2 1 draw(ctft); write(maxtimes(ctft)); // displays 2 1 xaxis("$f$",xmin=-4,xmax=4, arrow=Arrow); yaxis("$X(f)$", autorotate=false,arrow=Arrow,ymax=2,p=fontsize(8pt)); write(maxtimes(ctft)); // displays 0 0, WHY?? Why does the last call return 0 and 0? I presume that my assumption that the path properties...

  • Kumar Appaiah Kumar Appaiah posted a comment on ticket #256

    I've uploaded a new version of IT++ to Debian with the above patch. Thanks.

  • Kumar Appaiah Kumar Appaiah posted a comment on ticket #256

    Ok, so removing SSE2_SHUFF and replacing the entry with 0x1bU directly works. I will use this fix in Debian.

  • Kumar Appaiah Kumar Appaiah modified a comment on ticket #256

    Replacing SSE_SHUFF with 27 solves the problem, though I don't know if that is right. This may also be connected: https://stackoverflow.com/questions/48726032/using-a-variable-to-index-a-simd-vector-with-mm256-extract-epi32-intrinsic

  • Kumar Appaiah Kumar Appaiah posted a comment on ticket #256

    Replacing SSE_SHUFF with 27 solves the problem, though I don't know if that is right. This may also be connected: https://stackoverflow.com/questions/48726032/using-a-variable-to-index-a-simd-vector-with-mm256-extract-epi32-intrinsic

  • Kumar Appaiah Kumar Appaiah created ticket #256

    Unable to build with g++ 7.3.0

  • Kumar Appaiah Kumar Appaiah posted a comment on discussion Open Discussion

    I have added support for testing the Debian package building with Travis CI using...

  • Kumar Appaiah Kumar Appaiah posted a comment on ticket #103

    Some more: #include <itpp/itcomm.h> #include <iostream> #include <algorithm> namespace...

  • Kumar Appaiah Kumar Appaiah posted a comment on ticket #103

    How is this for a start? #include <itpp/itcomm.h> #include <iostream> namespace itpp...

  • Kumar Appaiah Kumar Appaiah posted a comment on ticket #103

    I will look into this and put my comments here. I agree with your assessment, and...

  • Kumar Appaiah Kumar Appaiah posted a comment on discussion Open Discussion

    You can do one of two things: Place a post-receive hook or automatically push to...

  • Kumar Appaiah Kumar Appaiah posted a comment on discussion Open Discussion

    I put the IT++ source code on Github and added support for Travis-CI and coveralls....

  • Kumar Appaiah Kumar Appaiah created ticket #103

    Support C++11 loop goodness

  • Kumar Appaiah Kumar Appaiah created ticket #244

    Minor typo in sigfun.h.

  • Kumar Appaiah Kumar Appaiah posted a comment on ticket #73

    Heh. And I misspelt the word energy in the commit. Urgh! Please fix that as well!...

  • Kumar Appaiah Kumar Appaiah posted a comment on ticket #73

    I just noticed a minor style issue. I have attached a small patch. Could you please...

  • Kumar Appaiah Kumar Appaiah posted a comment on ticket #73

    Hi. Please review the attached patches and let me know if they are good enough. ...

1