compute
Unsolved
Qt Contribution
-
I need a compute lib, like armadillo.
But armadillo doesn't absolutely fit Qt, so there are any other compute lib that could be used in Qt, like QCustomplot.
I mean I need to suit Qt, if I want to exchange armadillo lib into a part of Qt.
How can I do? -
@xiliangmengqi armadillo is only a C++ lib. What problems do you have?
I think you can simply add armadillo as a lib to your Qt project. -
https://github.com/hypre-space/hypre may be interesting as well.