Skip to content

Commit fd5cae5

Browse files
author
Ichitaro Yamazaki
committed
2 parents d7e4737 + 5c39268 commit fd5cae5

File tree

526 files changed

+1141
-1139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

526 files changed

+1141
-1139
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ TESTING/LIN/xlintst*
2727
TESTING/EIG/xeigtst*
2828
TESTING/*.out
2929
TESTING/*.txt
30+
TESTING/x*
3031

3132
# LAPACKE example
3233
LAPACKE/example/xexample*

DOCS/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.7.0
41+
PROJECT_NUMBER = 3.7.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

DOCS/Doxyfile_man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.7.0
41+
PROJECT_NUMBER = 3.7.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

INSTALL/ilaver.f

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,25 @@
4141
*> \author Univ. of Colorado Denver
4242
*> \author NAG Ltd.
4343
*
44-
*> \date December 2016
44+
*> \date June 2017
4545
*
4646
*> \ingroup auxOTHERauxiliary
4747
*
4848
* =====================================================================
4949
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
5050
*
51-
* -- LAPACK computational routine (version 3.7.0) --
51+
* -- LAPACK computational routine (version 3.7.1) --
5252
* -- LAPACK is a software package provided by Univ. of Tennessee, --
5353
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
54-
* June 2016
54+
* June 2017
5555
*
5656
* =====================================================================
5757
*
5858
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
5959
* =====================================================================
6060
VERS_MAJOR = 3
6161
VERS_MINOR = 7
62-
VERS_PATCH = 0
62+
VERS_PATCH = 1
6363
* =====================================================================
6464
*
6565
RETURN

LAPACKE/src/lapacke_cbbcsd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function cbbcsd
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cbbcsd_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native middle-level C interface to LAPACK function cbbcsd
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cgelq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function cgelq
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cgemlq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function cgemlq
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cgeqr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function cgeqr
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cgesdd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function cgesdd
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

0 commit comments

Comments
 (0)