diff --git a/lib/node_modules/@stdlib/blas/base/caxpy/include/stdlib/blas/base/caxpy.h b/lib/node_modules/@stdlib/blas/base/caxpy/include/stdlib/blas/base/caxpy.h index 686adf89a644..d6f9e51d7684 100644 --- a/lib/node_modules/@stdlib/blas/base/caxpy/include/stdlib/blas/base/caxpy.h +++ b/lib/node_modules/@stdlib/blas/base/caxpy/include/stdlib/blas/base/caxpy.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `caxpy`. */ -#ifndef CAXPY_H -#define CAXPY_H +#ifndef STDLIB_BLAS_BASE_CAXPY_H +#define STDLIB_BLAS_BASE_CAXPY_H #include "stdlib/blas/base/shared.h" #include "stdlib/complex/float32/ctor.h" @@ -46,4 +46,4 @@ void API_SUFFIX(c_caxpy_ndarray)( const CBLAS_INT N, const stdlib_complex64_t al } #endif -#endif // !CAXPY_H +#endif // !STDLIB_BLAS_BASE_CAXPY_H diff --git a/lib/node_modules/@stdlib/blas/base/caxpy/include/stdlib/blas/base/caxpy_cblas.h b/lib/node_modules/@stdlib/blas/base/caxpy/include/stdlib/blas/base/caxpy_cblas.h index 178225b2e527..6654325f85e8 100644 --- a/lib/node_modules/@stdlib/blas/base/caxpy/include/stdlib/blas/base/caxpy_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/caxpy/include/stdlib/blas/base/caxpy_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_ccopy`. */ -#ifndef CAXPY_CBLAS_H -#define CAXPY_CBLAS_H +#ifndef STDLIB_BLAS_BASE_CAXPY_CBLAS_H +#define STDLIB_BLAS_BASE_CAXPY_CBLAS_H #include "stdlib/blas/base/shared.h" #include "stdlib/complex/float32/ctor.h" @@ -41,4 +41,4 @@ void API_SUFFIX(cblas_caxpy)( const CBLAS_INT N, const stdlib_complex64_t alpha, } #endif -#endif // !CAXPY_CBLAS_H +#endif // !STDLIB_BLAS_BASE_CAXPY_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/ccopy/include/stdlib/blas/base/ccopy.h b/lib/node_modules/@stdlib/blas/base/ccopy/include/stdlib/blas/base/ccopy.h index e4a72d9b3241..f5fd8e03953d 100644 --- a/lib/node_modules/@stdlib/blas/base/ccopy/include/stdlib/blas/base/ccopy.h +++ b/lib/node_modules/@stdlib/blas/base/ccopy/include/stdlib/blas/base/ccopy.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `ccopy`. */ -#ifndef CCOPY_H -#define CCOPY_H +#ifndef STDLIB_BLAS_BASE_CCOPY_H +#define STDLIB_BLAS_BASE_CCOPY_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ void API_SUFFIX(c_ccopy_ndarray)( const CBLAS_INT N, const void *X, const CBLAS_ } #endif -#endif // !CCOPY_H +#endif // !STDLIB_BLAS_BASE_CCOPY_H diff --git a/lib/node_modules/@stdlib/blas/base/ccopy/include/stdlib/blas/base/ccopy_cblas.h b/lib/node_modules/@stdlib/blas/base/ccopy/include/stdlib/blas/base/ccopy_cblas.h index d0939ad3c38b..3760ee9a8499 100644 --- a/lib/node_modules/@stdlib/blas/base/ccopy/include/stdlib/blas/base/ccopy_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/ccopy/include/stdlib/blas/base/ccopy_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_ccopy`. */ -#ifndef CCOPY_CBLAS_H -#define CCOPY_CBLAS_H +#ifndef STDLIB_BLAS_BASE_CCOPY_CBLAS_H +#define STDLIB_BLAS_BASE_CCOPY_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ void API_SUFFIX(cblas_ccopy)( const CBLAS_INT N, const void *X, const CBLAS_INT } #endif -#endif // !CCOPY_CBLAS_H +#endif // !STDLIB_BLAS_BASE_CCOPY_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/ccopy/include/stdlib/blas/base/ccopy_fortran.h b/lib/node_modules/@stdlib/blas/base/ccopy/include/stdlib/blas/base/ccopy_fortran.h index d9d34a47e8aa..a814b56fe455 100644 --- a/lib/node_modules/@stdlib/blas/base/ccopy/include/stdlib/blas/base/ccopy_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/ccopy/include/stdlib/blas/base/ccopy_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `ccopy`. */ -#ifndef CCOPY_FORTRAN_H -#define CCOPY_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_CCOPY_FORTRAN_H +#define STDLIB_BLAS_BASE_CCOPY_FORTRAN_H /* * If C++, prevent name mangling so that the compiler emits a binary file having undecorated names, thus mirroring the behavior of a C/Fortran compiler (a Fortran compiler must be configured to not attach underscores). @@ -38,4 +38,4 @@ void ccopy( const CBLAS_INT *, const void *, const CBLAS_INT *, void *, const CB } #endif -#endif // !CCOPY_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_CCOPY_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/cscal/include/stdlib/blas/base/cscal.h b/lib/node_modules/@stdlib/blas/base/cscal/include/stdlib/blas/base/cscal.h index b615faee065c..33a01dfe9109 100644 --- a/lib/node_modules/@stdlib/blas/base/cscal/include/stdlib/blas/base/cscal.h +++ b/lib/node_modules/@stdlib/blas/base/cscal/include/stdlib/blas/base/cscal.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `cscal`. */ -#ifndef CSCAL_H -#define CSCAL_H +#ifndef STDLIB_BLAS_BASE_CSCAL_H +#define STDLIB_BLAS_BASE_CSCAL_H #include "stdlib/blas/base/shared.h" #include "stdlib/complex/float32/ctor.h" @@ -46,4 +46,4 @@ void API_SUFFIX(c_cscal_ndarray)( const CBLAS_INT N, const stdlib_complex64_t al } #endif -#endif // !CSCAL_H +#endif // !STDLIB_BLAS_BASE_CSCAL_H diff --git a/lib/node_modules/@stdlib/blas/base/cscal/include/stdlib/blas/base/cscal_cblas.h b/lib/node_modules/@stdlib/blas/base/cscal/include/stdlib/blas/base/cscal_cblas.h index 5714d491d553..f407a7ad3bb7 100644 --- a/lib/node_modules/@stdlib/blas/base/cscal/include/stdlib/blas/base/cscal_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/cscal/include/stdlib/blas/base/cscal_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_ccopy`. */ -#ifndef CSCAL_CBLAS_H -#define CSCAL_CBLAS_H +#ifndef STDLIB_BLAS_BASE_CSCAL_CBLAS_H +#define STDLIB_BLAS_BASE_CSCAL_CBLAS_H #include "stdlib/blas/base/shared.h" #include "stdlib/complex/float32/ctor.h" @@ -41,4 +41,4 @@ void API_SUFFIX(cblas_cscal)( const CBLAS_INT N, const stdlib_complex64_t alpha, } #endif -#endif // !CSCAL_CBLAS_H +#endif // !STDLIB_BLAS_BASE_CSCAL_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/cscal/include/stdlib/blas/base/cscal_fortran.h b/lib/node_modules/@stdlib/blas/base/cscal/include/stdlib/blas/base/cscal_fortran.h index 8acccd4b3726..789488a073f6 100644 --- a/lib/node_modules/@stdlib/blas/base/cscal/include/stdlib/blas/base/cscal_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/cscal/include/stdlib/blas/base/cscal_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `cscal`. */ -#ifndef CSCAL_FORTRAN_H -#define CSCAL_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_CSCAL_FORTRAN_H +#define STDLIB_BLAS_BASE_CSCAL_FORTRAN_H #include "stdlib/complex/float32/ctor.h" @@ -40,4 +40,4 @@ void cscal( const int *, const stdlib_complex64_t *, void *, const int * ); } #endif -#endif // !CSCAL_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_CSCAL_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/csrot/include/stdlib/blas/base/csrot.h b/lib/node_modules/@stdlib/blas/base/csrot/include/stdlib/blas/base/csrot.h index d25da06968e2..a14027349b2f 100644 --- a/lib/node_modules/@stdlib/blas/base/csrot/include/stdlib/blas/base/csrot.h +++ b/lib/node_modules/@stdlib/blas/base/csrot/include/stdlib/blas/base/csrot.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `csrot`. */ -#ifndef CSROT_H -#define CSROT_H +#ifndef STDLIB_BLAS_BASE_CSROT_H +#define STDLIB_BLAS_BASE_CSROT_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ void API_SUFFIX(c_csrot_ndarray)( const CBLAS_INT N, void *X, const CBLAS_INT st } #endif -#endif // !CSROT_H +#endif // !STDLIB_BLAS_BASE_CSROT_H diff --git a/lib/node_modules/@stdlib/blas/base/csrot/include/stdlib/blas/base/csrot_cblas.h b/lib/node_modules/@stdlib/blas/base/csrot/include/stdlib/blas/base/csrot_cblas.h index 04c95419a8cc..74c71a8b5297 100644 --- a/lib/node_modules/@stdlib/blas/base/csrot/include/stdlib/blas/base/csrot_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/csrot/include/stdlib/blas/base/csrot_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_csrot`. */ -#ifndef CSROT_CBLAS_H -#define CSROT_CBLAS_H +#ifndef STDLIB_BLAS_BASE_CSROT_CBLAS_H +#define STDLIB_BLAS_BASE_CSROT_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ void API_SUFFIX(cblas_csrot)( const CBLAS_INT N, void *X, const CBLAS_INT stride } #endif -#endif // !CSROT_CBLAS_H +#endif // !STDLIB_BLAS_BASE_CSROT_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/csrot/include/stdlib/blas/base/csrot_fortran.h b/lib/node_modules/@stdlib/blas/base/csrot/include/stdlib/blas/base/csrot_fortran.h index 7958c2bbc718..42ebb05aa275 100644 --- a/lib/node_modules/@stdlib/blas/base/csrot/include/stdlib/blas/base/csrot_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/csrot/include/stdlib/blas/base/csrot_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `csrot`. */ -#ifndef CSROT_FORTRAN_H -#define CSROT_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_CSROT_FORTRAN_H +#define STDLIB_BLAS_BASE_CSROT_FORTRAN_H /* * If C++, prevent name mangling so that the compiler emits a binary file having undecorated names, thus mirroring the behavior of a C/Fortran compiler (a Fortran compiler must be configured to not attach underscores). @@ -38,4 +38,4 @@ void csrot( const CBLAS_INT *, void *, const CBLAS_INT *, void *, const CBLAS_IN } #endif -#endif // !CSROT_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_CSROT_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/cswap/include/stdlib/blas/base/cswap.h b/lib/node_modules/@stdlib/blas/base/cswap/include/stdlib/blas/base/cswap.h index 7af1e4136276..613c8e29d02d 100644 --- a/lib/node_modules/@stdlib/blas/base/cswap/include/stdlib/blas/base/cswap.h +++ b/lib/node_modules/@stdlib/blas/base/cswap/include/stdlib/blas/base/cswap.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `cswap`. */ -#ifndef CSWAP_H -#define CSWAP_H +#ifndef STDLIB_BLAS_BASE_CSWAP_H +#define STDLIB_BLAS_BASE_CSWAP_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ void API_SUFFIX(c_cswap_ndarray)( const CBLAS_INT N, void *X, const CBLAS_INT st } #endif -#endif // !CSWAP_H +#endif // !STDLIB_BLAS_BASE_CSWAP_H diff --git a/lib/node_modules/@stdlib/blas/base/cswap/include/stdlib/blas/base/cswap_cblas.h b/lib/node_modules/@stdlib/blas/base/cswap/include/stdlib/blas/base/cswap_cblas.h index d742e866e1cd..03b6a580b9aa 100644 --- a/lib/node_modules/@stdlib/blas/base/cswap/include/stdlib/blas/base/cswap_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/cswap/include/stdlib/blas/base/cswap_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_cswap`. */ -#ifndef CSWAP_CBLAS_H -#define CSWAP_CBLAS_H +#ifndef STDLIB_BLAS_BASE_CSWAP_CBLAS_H +#define STDLIB_BLAS_BASE_CSWAP_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ void API_SUFFIX(cblas_cswap)( const CBLAS_INT N, void *X, const CBLAS_INT stride } #endif -#endif // !CSWAP_CBLAS_H +#endif // !STDLIB_BLAS_BASE_CSWAP_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/cswap/include/stdlib/blas/base/cswap_fortran.h b/lib/node_modules/@stdlib/blas/base/cswap/include/stdlib/blas/base/cswap_fortran.h index fe72bf3f53a7..7847881ddc4d 100644 --- a/lib/node_modules/@stdlib/blas/base/cswap/include/stdlib/blas/base/cswap_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/cswap/include/stdlib/blas/base/cswap_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `cswap`. */ -#ifndef CSWAP_FORTRAN_H -#define CSWAP_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_CSWAP_FORTRAN_H +#define STDLIB_BLAS_BASE_CSWAP_FORTRAN_H /* * If C++, prevent name mangling so that the compiler emits a binary file having undecorated names, thus mirroring the behavior of a C/Fortran compiler (a Fortran compiler must be configured to not attach underscores). @@ -38,4 +38,4 @@ void cswap( const CBLAS_INT *, void *, const CBLAS_INT *, void *, const CBLAS_IN } #endif -#endif // !CSWAP_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_CSWAP_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/scasum/include/stdlib/blas/base/scasum.h b/lib/node_modules/@stdlib/blas/base/scasum/include/stdlib/blas/base/scasum.h index 05fad598721e..19cd8081c23f 100644 --- a/lib/node_modules/@stdlib/blas/base/scasum/include/stdlib/blas/base/scasum.h +++ b/lib/node_modules/@stdlib/blas/base/scasum/include/stdlib/blas/base/scasum.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `scasum`. */ -#ifndef SCASUM_H -#define SCASUM_H +#ifndef STDLIB_BLAS_BASE_SCASUM_H +#define STDLIB_BLAS_BASE_SCASUM_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ float API_SUFFIX(c_scasum_ndarray)( const CBLAS_INT N, const void *X, const CBLA } #endif -#endif // !SCASUM_H +#endif // !STDLIB_BLAS_BASE_SCASUM_H diff --git a/lib/node_modules/@stdlib/blas/base/scasum/include/stdlib/blas/base/scasum_cblas.h b/lib/node_modules/@stdlib/blas/base/scasum/include/stdlib/blas/base/scasum_cblas.h index b1d88eb82860..4a252c61a057 100644 --- a/lib/node_modules/@stdlib/blas/base/scasum/include/stdlib/blas/base/scasum_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/scasum/include/stdlib/blas/base/scasum_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_scasum`. */ -#ifndef SCASUM_CBLAS_H -#define SCASUM_CBLAS_H +#ifndef STDLIB_BLAS_BASE_SCASUM_CBLAS_H +#define STDLIB_BLAS_BASE_SCASUM_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ float API_SUFFIX(cblas_scasum)( const CBLAS_INT N, const void *X, const CBLAS_IN } #endif -#endif // !SCASUM_CBLAS_H +#endif // !STDLIB_BLAS_BASE_SCASUM_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/scasum/include/stdlib/blas/base/scasum_fortran.h b/lib/node_modules/@stdlib/blas/base/scasum/include/stdlib/blas/base/scasum_fortran.h index 3fafb8b9ff12..3f33c071da6d 100644 --- a/lib/node_modules/@stdlib/blas/base/scasum/include/stdlib/blas/base/scasum_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/scasum/include/stdlib/blas/base/scasum_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `scasum`. */ -#ifndef SCASUM_FORTRAN_H -#define SCASUM_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_SCASUM_FORTRAN_H +#define STDLIB_BLAS_BASE_SCASUM_FORTRAN_H /* * If C++, prevent name mangling so that the compiler emits a binary file having undecorated names, thus mirroring the behavior of a C/Fortran compiler (a Fortran compiler must be configured to not attach underscores). @@ -38,4 +38,4 @@ void scasumsub( const CBLAS_INT *, const void *, const CBLAS_INT *, float * ); } #endif -#endif // !SCASUM_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_SCASUM_FORTRAN_H