Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PRUVOST Florent
Chameleon
Commits
1036fc63
Commit
1036fc63
authored
Jul 29, 2017
by
Mathieu Faverge
Browse files
Restructure headers in coreblas directory
parent
6513fcbf
Changes
72
Hide whitespace changes
Inline
Side-by-side
coreblas/compute/core_dzasum.c
View file @
1036fc63
...
...
@@ -24,9 +24,9 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/
include/
cblas.h"
#include "coreblas/cblas.h"
#include <math.h>
#include "coreblas
/include/coreblas
.h"
#include "coreblas.h"
/**
*
...
...
coreblas/compute/core_zaxpy.c
View file @
1036fc63
...
...
@@ -17,7 +17,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas
/include/coreblas
.h"
#include "coreblas.h"
/***************************************************************************//**
*
...
...
coreblas/compute/core_zgeadd.c
View file @
1036fc63
...
...
@@ -25,7 +25,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas
/include/coreblas
.h"
#include "coreblas.h"
/**
******************************************************************************
...
...
coreblas/compute/core_zgelqt.c
View file @
1036fc63
...
...
@@ -28,8 +28,8 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/
include/
lapacke.h"
#include "coreblas
/include/coreblas
.h"
#include "coreblas/lapacke.h"
#include "coreblas.h"
/***************************************************************************//**
*
...
...
coreblas/compute/core_zgemm.c
View file @
1036fc63
...
...
@@ -28,7 +28,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas
/include/coreblas
.h"
#include "coreblas.h"
/***************************************************************************//**
*
...
...
coreblas/compute/core_zgeqrt.c
View file @
1036fc63
...
...
@@ -28,8 +28,8 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/
include/
lapacke.h"
#include "coreblas
/include/coreblas
.h"
#include "coreblas/lapacke.h"
#include "coreblas.h"
/***************************************************************************//**
*
...
...
coreblas/compute/core_zgesplit.c
View file @
1036fc63
...
...
@@ -26,8 +26,8 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/
include/
lapacke.h"
#include "coreblas
/include/coreblas
.h"
#include "coreblas/lapacke.h"
#include "coreblas.h"
/**
***************************************************************************
...
...
coreblas/compute/core_zgessm.c
View file @
1036fc63
...
...
@@ -28,9 +28,9 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/
include/
cblas.h"
#include "coreblas/
include/
lapacke.h"
#include "coreblas
/include/coreblas
.h"
#include "coreblas/cblas.h"
#include "coreblas/lapacke.h"
#include "coreblas.h"
/***************************************************************************//**
*
...
...
coreblas/compute/core_zgessq.c
View file @
1036fc63
...
...
@@ -25,8 +25,8 @@
*
**/
#include <math.h>
#include "coreblas/
include/
lapacke.h"
#include "coreblas
/include/coreblas
.h"
#include "coreblas/lapacke.h"
#include "coreblas.h"
#define COMPLEX
...
...
coreblas/compute/core_zgetf2_nopiv.c
View file @
1036fc63
...
...
@@ -25,9 +25,9 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas
/include/coreblas
.h"
#include "coreblas.h"
#include <math.h>
#include "coreblas/
include/
lapacke.h"
#include "coreblas/lapacke.h"
/***************************************************************************//**
*
...
...
coreblas/compute/core_zgetrf.c
View file @
1036fc63
...
...
@@ -26,8 +26,8 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/
include/
lapacke.h"
#include "coreblas
/include/coreblas
.h"
#include "coreblas/lapacke.h"
#include "coreblas.h"
int
CORE_zgetrf
(
int
m
,
int
n
,
...
...
coreblas/compute/core_zgetrf_incpiv.c
View file @
1036fc63
...
...
@@ -28,8 +28,8 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/
include/
lapacke.h"
#include "coreblas
/include/coreblas
.h"
#include "coreblas/lapacke.h"
#include "coreblas.h"
/***************************************************************************//**
*
...
...
coreblas/compute/core_zgetrf_nopiv.c
View file @
1036fc63
...
...
@@ -25,7 +25,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas
/include/coreblas
.h"
#include "coreblas.h"
/***************************************************************************//**
*
...
...
coreblas/compute/core_zhe2ge.c
View file @
1036fc63
...
...
@@ -28,8 +28,8 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/
include/
lapacke.h"
#include "coreblas
/include/coreblas
.h"
#include "coreblas/lapacke.h"
#include "coreblas.h"
/***************************************************************************//**
*
...
...
coreblas/compute/core_zhemm.c
View file @
1036fc63
...
...
@@ -28,7 +28,7 @@
* @precisions normal z -> c
*
**/
#include "coreblas
/include/coreblas
.h"
#include "coreblas.h"
#undef REAL
#define COMPLEX
...
...
coreblas/compute/core_zher2k.c
View file @
1036fc63
...
...
@@ -28,7 +28,7 @@
* @precisions normal z -> c
*
**/
#include "coreblas
/include/coreblas
.h"
#include "coreblas.h"
#undef REAL
#define COMPLEX
...
...
coreblas/compute/core_zherfb.c
View file @
1036fc63
...
...
@@ -22,8 +22,8 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas
/include/coreblas
.h"
#include "coreblas/
include/
lapacke.h"
#include "coreblas.h"
#include "coreblas/lapacke.h"
/**
*******************************************************************************
...
...
coreblas/compute/core_zherk.c
View file @
1036fc63
...
...
@@ -28,7 +28,7 @@
* @precisions normal z -> c
*
**/
#include "coreblas
/include/coreblas
.h"
#include "coreblas.h"
#undef REAL
#define COMPLEX
...
...
coreblas/compute/core_zhessq.c
View file @
1036fc63
...
...
@@ -25,8 +25,8 @@
*
**/
#include <math.h>
#include "coreblas/
include/
lapacke.h"
#include "coreblas
/include/coreblas
.h"
#include "coreblas/lapacke.h"
#include "coreblas.h"
#define COMPLEX
...
...
coreblas/compute/core_zlacpy.c
View file @
1036fc63
...
...
@@ -28,8 +28,8 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/
include/
lapacke.h"
#include "coreblas
/include/coreblas
.h"
#include "coreblas/lapacke.h"
#include "coreblas.h"
/***************************************************************************//**
*
...
...
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment