Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichitaro Yamazaki committed Jun 12, 2017
2 parents d7e4737 + 5c39268 commit fd5cae5
Show file tree
Hide file tree
Showing 526 changed files with 1,141 additions and 1,139 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ TESTING/LIN/xlintst*
TESTING/EIG/xeigtst*
TESTING/*.out
TESTING/*.txt
TESTING/x*

# LAPACKE example
LAPACKE/example/xexample*
Expand Down
2 changes: 1 addition & 1 deletion DOCS/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 3.7.0
PROJECT_NUMBER = 3.7.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion DOCS/Doxyfile_man
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 3.7.0
PROJECT_NUMBER = 3.7.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
8 changes: 4 additions & 4 deletions INSTALL/ilaver.f
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,25 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
*> \date December 2016
*> \date June 2017
*
*> \ingroup auxOTHERauxiliary
*
* =====================================================================
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
*
* -- LAPACK computational routine (version 3.7.0) --
* -- LAPACK computational routine (version 3.7.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* June 2016
* June 2017
*
* =====================================================================
*
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
* =====================================================================
VERS_MAJOR = 3
VERS_MINOR = 7
VERS_PATCH = 0
VERS_PATCH = 1
* =====================================================================
*
RETURN
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_cbbcsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function cbbcsd
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_cbbcsd_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function cbbcsd
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_cgelq.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function cgelq
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_cgemlq.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function cgemlq
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_cgeqr.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function cgeqr
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_cgesdd.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function cgesdd
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_chbev_2stage_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function chbev_2stage
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_checon_3.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function checon_3
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_cheevr_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function cheevr
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_cheevx_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function cheevx
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_chegvx_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function chegvx
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_chesv_rk.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function chesv_rk
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_chetrf_rk.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function chetrf_rk
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_chetrf_rk_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function chetrf_rk
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_chetri_3.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function chetri_3
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_chetrs_3.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function chetrs_3
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_clange_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function clange
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_clarfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function clarfb
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_claswp_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function claswp
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_cstegr.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function cstegr
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_cstein.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function cstein
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_cstemr_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function cstemr
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_csycon_3.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function csycon_3
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_csycon_3_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function csycon_3
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_csysv_rk.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function csysv_rk
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_csytrf_rk.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function csytrf_rk
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_csytri_3.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function csytri_3
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_cunbdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function cunbdb
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_cunbdb_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function cunbdb
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_cuncsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function cuncsd
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_cuncsd_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function cuncsd
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_dbbcsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dbbcsd
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_dbbcsd_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function dbbcsd
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_dbdsdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dbdsdc
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_dgelq.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dgelq
* Author: Intel Corporation
* Generated December 2016
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_dlange.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dlange
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_dlange_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native middle-level C interface to LAPACK function dlange
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/src/lapacke_dlansy.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*****************************************************************************
* Contents: Native high-level C interface to LAPACK function dlansy
* Author: Intel Corporation
* Generated November 2015
* Generated June 2017
*****************************************************************************/

#include "lapacke_utils.h"
Expand Down
Loading

0 comments on commit fd5cae5

Please sign in to comment.