gopher2008
gopher2008
univector does not use std::allocator by default, so you can not simply assign it to std::vector. However, you can get a univector from std::vector via make_univector. You may use std::allocator...
> Pardon my ignorance, as I'm still a C++ novice. I have my own application that uses libraries that only work with std::vector, but I'd like to use KFR to...
According to my test, realdft ONLY works when input size equals to 4*N. I think it is a bug.