Update LAPACK to 3.9.0
This commit is contained in:
parent
744120a6ac
commit
df985e16d1
|
@ -32,7 +32,12 @@
|
|||
##############################################################################
|
||||
# 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 \
|
||||
lapacke_cgb_trans.o \
|
||||
|
@ -183,15 +188,15 @@ OBJ = lapacke_cgb_nancheck.o \
|
|||
lapacke_make_complex_float.o \
|
||||
lapacke_make_complex_double.o
|
||||
|
||||
.PHONY: all
|
||||
all: lib
|
||||
|
||||
.PHONY: lib
|
||||
lib: $(OBJ)
|
||||
$(ARCH) $(ARCHFLAGS) ../../$(LAPACKELIB) $^
|
||||
$(RANLIB) ../../$(LAPACKELIB)
|
||||
$(AR) $(ARFLAGS) $(LAPACKELIB) $^
|
||||
$(RANLIB) $(LAPACKELIB)
|
||||
|
||||
.PHONY: clean cleanobj
|
||||
clean: cleanobj
|
||||
cleanobj:
|
||||
rm -f *.o
|
||||
|
||||
.c.o:
|
||||
$(CC) $(CFLAGS) -I../include -c -o $@ $<
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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
|
||||
* matrix_layout.
|
||||
*/
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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
|
||||
* matrix_layout.
|
||||
*/
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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
|
||||
* matrix_layout.
|
||||
*/
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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
|
||||
* matrix_layout.
|
||||
*/
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "lapacke_utils.h"
|
||||
|
||||
/* 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.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue