We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405c12f commit 7e6d55cCopy full SHA for 7e6d55c
source/source_base/module_external/lapack_connector.h
@@ -5,9 +5,9 @@
5
#include <stdexcept>
6
#include <iostream>
7
#include <cassert>
8
-#include "matrix.h"
9
-#include "complexmatrix.h"
10
-#include "global_function.h"
+#include "../matrix.h"
+#include "../complexmatrix.h"
+#include "../global_function.h"
11
12
//Naming convention of lapack subroutines : ammxxx, where
13
//"a" specifies the data type:
0 commit comments