compute
Unsolved
Qt Contribution
-
wrote on 3 Sept 2024, 07:58 last edited by
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? -
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?wrote on 3 Sept 2024, 17:04 last edited by JoeCFD 9 Mar 2024, 20:12@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. -
wrote on 3 Sept 2024, 17:10 last edited by
https://github.com/hypre-space/hypre may be interesting as well.
3/3