Browse Source

Update LAPACK to 3.9.0

pull/2353/head
Martin Kroeker GitHub 6 years ago
parent
commit
df985e16d1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 29 additions and 24 deletions
  1. +11
    -6
      lapack-netlib/LAPACKE/utils/Makefile
  2. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_chp_nancheck.c
  3. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_cpf_nancheck.c
  4. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_cpp_nancheck.c
  5. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_csp_nancheck.c
  6. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_ctp_nancheck.c
  7. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_dpf_nancheck.c
  8. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_dpp_nancheck.c
  9. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_dsp_nancheck.c
  10. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_dtp_nancheck.c
  11. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_spf_nancheck.c
  12. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_spp_nancheck.c
  13. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_ssp_nancheck.c
  14. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_stp_nancheck.c
  15. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_zhp_nancheck.c
  16. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_zpf_nancheck.c
  17. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_zpp_nancheck.c
  18. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_zsp_nancheck.c
  19. +1
    -1
      lapack-netlib/LAPACKE/utils/lapacke_ztp_nancheck.c

+ 11
- 6
lapack-netlib/LAPACKE/utils/Makefile View File

@@ -32,7 +32,12 @@
############################################################################## ##############################################################################
# makefile for LAPACKE, used to build lapacke binary. # makefile for LAPACKE, used to build lapacke binary.
# #
include ../../make.inc
TOPSRCDIR = ../..
include $(TOPSRCDIR)/make.inc

.SUFFIXES: .c .o
.c.o:
$(CC) $(CFLAGS) -I../include -c -o $@ $<


OBJ = lapacke_cgb_nancheck.o \ OBJ = lapacke_cgb_nancheck.o \
lapacke_cgb_trans.o \ lapacke_cgb_trans.o \
@@ -183,15 +188,15 @@ OBJ = lapacke_cgb_nancheck.o \
lapacke_make_complex_float.o \ lapacke_make_complex_float.o \
lapacke_make_complex_double.o lapacke_make_complex_double.o


.PHONY: all
all: lib all: lib


.PHONY: lib
lib: $(OBJ) lib: $(OBJ)
$(ARCH) $(ARCHFLAGS) ../../$(LAPACKELIB) $^
$(RANLIB) ../../$(LAPACKELIB)
$(AR) $(ARFLAGS) $(LAPACKELIB) $^
$(RANLIB) $(LAPACKELIB)


.PHONY: clean cleanobj
clean: cleanobj clean: cleanobj
cleanobj: cleanobj:
rm -f *.o rm -f *.o

.c.o:
$(CC) $(CFLAGS) -I../include -c -o $@ $<

+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_chp_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout. * check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/ */




+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_cpf_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo, transr or * check 1d array for NaNs. It doesn't depend upon uplo, transr or
* matrix_layout. * matrix_layout.
*/ */


+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_cpp_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout. * check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/ */




+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_csp_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout. * check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/ */




+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_ctp_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout. * check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/ */




+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_dpf_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo, transr or * check 1d array for NaNs. It doesn't depend upon uplo, transr or
* matrix_layout. * matrix_layout.
*/ */


+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_dpp_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout. * check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/ */




+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_dsp_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout. * check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/ */




+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_dtp_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout. * check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/ */




+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_spf_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo, transr or * check 1d array for NaNs. It doesn't depend upon uplo, transr or
* matrix_layout. * matrix_layout.
*/ */


+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_spp_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout. * check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/ */




+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_ssp_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout. * check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/ */




+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_stp_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout. * check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/ */




+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_zhp_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout. * check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/ */




+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_zpf_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo, transr or * check 1d array for NaNs. It doesn't depend upon uplo, transr or
* matrix_layout. * matrix_layout.
*/ */


+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_zpp_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout. * check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/ */




+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_zsp_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout. * check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/ */




+ 1
- 1
lapack-netlib/LAPACKE/utils/lapacke_ztp_nancheck.c View File

@@ -33,7 +33,7 @@
#include "lapacke_utils.h" #include "lapacke_utils.h"


/* Check a matrix for NaN entries. /* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout. * check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/ */




Loading…
Cancel
Save