J'essaye actuellement de faire compiler code::blocks avec la librairie ccplapack que j'ai téléchargé.
Le fichier .zip contient la section suivante (dans un .txt) :
Add "c:\cpplapack\include" to the include path of your project.
You may also need to add either "c:\cpplapack\lib" or "c:\cpplapack\lib64"
to the library path of your project and then link with the "libf2c.lib",
"BLAS.lib", and "clapack.lib".
J'ai donc ajouter le chemin :
#include "c:\cpplapack\include\cpplapack.h"
à mon fichier main.cpp, j'arrive ainsi a créer des matrice, les remplire (il me semble que j'ai seulement accé aux constructeurs.)
ainsi dès que je fais appel à une méthode plantage général.
Merci pour le #pragma comment, mais ça ne marche tjrs pas :(
A mon avis c'est un peu spéciale avec cpplapack. j'ai lu sur d'autre forum qu'il fallait créer un makefile mais sans plus de détails :/