Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1036fc63 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Restructure headers in coreblas directory

parent 6513fcbf
Branches
Tags
No related merge requests found
Showing
with 34 additions and 34 deletions
......@@ -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"
/**
*
......
......@@ -17,7 +17,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/coreblas.h"
#include "coreblas.h"
/***************************************************************************//**
*
......
......@@ -25,7 +25,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/coreblas.h"
#include "coreblas.h"
/**
******************************************************************************
......
......@@ -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"
/***************************************************************************//**
*
......
......@@ -28,7 +28,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/coreblas.h"
#include "coreblas.h"
/***************************************************************************//**
*
......
......@@ -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"
/***************************************************************************//**
*
......
......@@ -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"
/**
***************************************************************************
......
......@@ -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"
/***************************************************************************//**
*
......
......@@ -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
......
......@@ -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"
/***************************************************************************//**
*
......
......@@ -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,
......
......@@ -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"
/***************************************************************************//**
*
......
......@@ -25,7 +25,7 @@
* @precisions normal z -> c d s
*
**/
#include "coreblas/include/coreblas.h"
#include "coreblas.h"
/***************************************************************************//**
*
......
......@@ -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"
/***************************************************************************//**
*
......
......@@ -28,7 +28,7 @@
* @precisions normal z -> c
*
**/
#include "coreblas/include/coreblas.h"
#include "coreblas.h"
#undef REAL
#define COMPLEX
......
......@@ -28,7 +28,7 @@
* @precisions normal z -> c
*
**/
#include "coreblas/include/coreblas.h"
#include "coreblas.h"
#undef REAL
#define COMPLEX
......
......@@ -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"
/**
*******************************************************************************
......
......@@ -28,7 +28,7 @@
* @precisions normal z -> c
*
**/
#include "coreblas/include/coreblas.h"
#include "coreblas.h"
#undef REAL
#define COMPLEX
......
......@@ -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
......
......@@ -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"
/***************************************************************************//**
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment