dot product example doesn't really compute n!
aguaviva opened this issue · 3 comments
aguaviva commented
The dot product in the esp-dsp/examples/dotprod/main/dsps_dotproduct_main.c file won't compute n! as the comment says, it will just compute the addition of all numbers from 0 to 255.
dmitry1945 commented
Sure!
It compute sum!
aguaviva commented
great! And sorry for being so picky :)