How to add ARMA_USE_SUPERLU to C++ project When I enable the ARMA_USE_SUPERLU in config.hpp, I got the below error: 1>------ Build started: Pr...
How to add ARMA_USE_SUPERLU to C++ project as I understand I should link the SuperLU library to my project in order to use this function in Arm...
How to add ARMA_USE_SUPERLU to C++ project thanks for your reply. But I know what the "unresolved externals" error. As I said my question is th...
How to add ARMA_USE_SUPERLU to C++ project I added successfully Armadillo library to my c++ project in visual studio(I do not have any problem ...
solving a system of linear equation using Armadillo library in c++ I have included path for armadillo file in include directory. so #include <armadillo> works. should ...
This user does not accept Private Messages