diff --git a/lib/node_modules/@stdlib/blas/base/dasum/include/stdlib/blas/base/dasum.h b/lib/node_modules/@stdlib/blas/base/dasum/include/stdlib/blas/base/dasum.h index edb2a7cd520e..1664f28d0018 100644 --- a/lib/node_modules/@stdlib/blas/base/dasum/include/stdlib/blas/base/dasum.h +++ b/lib/node_modules/@stdlib/blas/base/dasum/include/stdlib/blas/base/dasum.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `dasum`. */ -#ifndef DASUM_H -#define DASUM_H +#ifndef STDLIB_BLAS_BASE_DASUM_H +#define STDLIB_BLAS_BASE_DASUM_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ double API_SUFFIX(c_dasum_ndarray)( const CBLAS_INT N, const double *X, const CB } #endif -#endif // !DASUM_H +#endif // !STDLIB_BLAS_BASE_DASUM_H diff --git a/lib/node_modules/@stdlib/blas/base/dasum/include/stdlib/blas/base/dasum_cblas.h b/lib/node_modules/@stdlib/blas/base/dasum/include/stdlib/blas/base/dasum_cblas.h index e354c1df4fcb..73ab0f59d27e 100644 --- a/lib/node_modules/@stdlib/blas/base/dasum/include/stdlib/blas/base/dasum_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/dasum/include/stdlib/blas/base/dasum_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_dasum`. */ -#ifndef DASUM_CBLAS_H -#define DASUM_CBLAS_H +#ifndef STDLIB_BLAS_BASE_DASUM_CBLAS_H +#define STDLIB_BLAS_BASE_DASUM_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ double API_SUFFIX(cblas_dasum)( const CBLAS_INT N, const double *X, const CBLAS_ } #endif -#endif // !DASUM_CBLAS_H +#endif // !STDLIB_BLAS_BASE_DASUM_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/dasum/include/stdlib/blas/base/dasum_fortran.h b/lib/node_modules/@stdlib/blas/base/dasum/include/stdlib/blas/base/dasum_fortran.h index fd3b2ae7863d..a3c26a0acab1 100644 --- a/lib/node_modules/@stdlib/blas/base/dasum/include/stdlib/blas/base/dasum_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/dasum/include/stdlib/blas/base/dasum_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `dasum`. */ -#ifndef DASUM_FORTRAN_H -#define DASUM_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_DASUM_FORTRAN_H +#define STDLIB_BLAS_BASE_DASUM_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 dasumsub( const CBLAS_INT *, const double *, const CBLAS_INT *, double * ); } #endif -#endif // !DASUM_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_DASUM_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/daxpy/include/stdlib/blas/base/daxpy.h b/lib/node_modules/@stdlib/blas/base/daxpy/include/stdlib/blas/base/daxpy.h index 6502d5338238..ae0e000bc91c 100644 --- a/lib/node_modules/@stdlib/blas/base/daxpy/include/stdlib/blas/base/daxpy.h +++ b/lib/node_modules/@stdlib/blas/base/daxpy/include/stdlib/blas/base/daxpy.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `daxpy`. */ -#ifndef DAXPY_H -#define DAXPY_H +#ifndef STDLIB_BLAS_BASE_DAXPY_H +#define STDLIB_BLAS_BASE_DAXPY_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ void API_SUFFIX(c_daxpy_ndarray)( const CBLAS_INT N, const double alpha, const d } #endif -#endif // !DAXPY_H +#endif // !STDLIB_BLAS_BASE_DAXPY_H diff --git a/lib/node_modules/@stdlib/blas/base/daxpy/include/stdlib/blas/base/daxpy_cblas.h b/lib/node_modules/@stdlib/blas/base/daxpy/include/stdlib/blas/base/daxpy_cblas.h index ce84e4dcc8bb..d4d5f28e8daf 100644 --- a/lib/node_modules/@stdlib/blas/base/daxpy/include/stdlib/blas/base/daxpy_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/daxpy/include/stdlib/blas/base/daxpy_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_daxpy`. */ -#ifndef DAXPY_CBLAS_H -#define DAXPY_CBLAS_H +#ifndef STDLIB_BLAS_BASE_DAXPY_CBLAS_H +#define STDLIB_BLAS_BASE_DAXPY_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ void API_SUFFIX(cblas_daxpy)( const CBLAS_INT N, const double alpha, const doubl } #endif -#endif // !DAXPY_CBLAS_H +#endif // !STDLIB_BLAS_BASE_DAXPY_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/daxpy/include/stdlib/blas/base/daxpy_fortran.h b/lib/node_modules/@stdlib/blas/base/daxpy/include/stdlib/blas/base/daxpy_fortran.h index 74093dc65f41..3cfe3495d7d8 100644 --- a/lib/node_modules/@stdlib/blas/base/daxpy/include/stdlib/blas/base/daxpy_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/daxpy/include/stdlib/blas/base/daxpy_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `daxpy`. */ -#ifndef DAXPY_FORTRAN_H -#define DAXPY_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_DAXPY_FORTRAN_H +#define STDLIB_BLAS_BASE_DAXPY_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 daxpy( const CBLAS_INT *, const double *, const double *, const CBLAS_INT * } #endif -#endif // !DAXPY_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_DAXPY_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/dcabs1/include/stdlib/blas/base/dcabs1.h b/lib/node_modules/@stdlib/blas/base/dcabs1/include/stdlib/blas/base/dcabs1.h index 7d882c846b0e..fa773ea18de5 100644 --- a/lib/node_modules/@stdlib/blas/base/dcabs1/include/stdlib/blas/base/dcabs1.h +++ b/lib/node_modules/@stdlib/blas/base/dcabs1/include/stdlib/blas/base/dcabs1.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the Level 1 routine `dcabs1`. */ -#ifndef DCABS1_H -#define DCABS1_H +#ifndef STDLIB_BLAS_BASE_DCABS1_H +#define STDLIB_BLAS_BASE_DCABS1_H #include "stdlib/complex/float64/ctor.h" @@ -40,4 +40,4 @@ double c_dcabs1( const stdlib_complex128_t z ); } #endif -#endif // !DCABS1_H +#endif // !STDLIB_BLAS_BASE_DCABS1_H diff --git a/lib/node_modules/@stdlib/blas/base/dcabs1/include/stdlib/blas/base/dcabs_cblas.h b/lib/node_modules/@stdlib/blas/base/dcabs1/include/stdlib/blas/base/dcabs1_cblas.h similarity index 90% rename from lib/node_modules/@stdlib/blas/base/dcabs1/include/stdlib/blas/base/dcabs_cblas.h rename to lib/node_modules/@stdlib/blas/base/dcabs1/include/stdlib/blas/base/dcabs1_cblas.h index 8d2d5b4a547a..2dd94ffaadd6 100644 --- a/lib/node_modules/@stdlib/blas/base/dcabs1/include/stdlib/blas/base/dcabs_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/dcabs1/include/stdlib/blas/base/dcabs1_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_dcabs1`. */ -#ifndef DCABS1_CBLAS_H -#define DCABS1_CBLAS_H +#ifndef STDLIB_BLAS_BASE_DCABS1_CBLAS_H +#define STDLIB_BLAS_BASE_DCABS1_CBLAS_H #include "stdlib/complex/float64/ctor.h" @@ -40,4 +40,4 @@ double cblas_dcabs1( const stdlib_complex128_t z ); } #endif -#endif // !DCABS1_CBLAS_H +#endif // !STDLIB_BLAS_BASE_DCABS1_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/dcabs1/include/stdlib/blas/base/dcabs1_fortran.h b/lib/node_modules/@stdlib/blas/base/dcabs1/include/stdlib/blas/base/dcabs1_fortran.h index 5dbf223e9eb9..8f3ba0dfbcea 100644 --- a/lib/node_modules/@stdlib/blas/base/dcabs1/include/stdlib/blas/base/dcabs1_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/dcabs1/include/stdlib/blas/base/dcabs1_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `dcabs1`. */ -#ifndef DCABS1_FORTRAN_H -#define DCABS1_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_DCABS1_FORTRAN_H +#define STDLIB_BLAS_BASE_DCABS1_FORTRAN_H #include "stdlib/complex/float64/ctor.h" @@ -40,4 +40,4 @@ void dcabs1sub( const stdlib_complex128_t *, double * ); } #endif -#endif // !DCABS1_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_DCABS1_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/dcopy/include/stdlib/blas/base/dcopy.h b/lib/node_modules/@stdlib/blas/base/dcopy/include/stdlib/blas/base/dcopy.h index 6d82cc838e4b..2aabc5fe4df1 100644 --- a/lib/node_modules/@stdlib/blas/base/dcopy/include/stdlib/blas/base/dcopy.h +++ b/lib/node_modules/@stdlib/blas/base/dcopy/include/stdlib/blas/base/dcopy.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `dcopy`. */ -#ifndef DCOPY_H -#define DCOPY_H +#ifndef STDLIB_BLAS_BASE_DCOPY_H +#define STDLIB_BLAS_BASE_DCOPY_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ void API_SUFFIX(c_dcopy_ndarray)( const CBLAS_INT N, const double *X, const CBLA } #endif -#endif // !DCOPY_H +#endif // !STDLIB_BLAS_BASE_DCOPY_H diff --git a/lib/node_modules/@stdlib/blas/base/dcopy/include/stdlib/blas/base/dcopy_cblas.h b/lib/node_modules/@stdlib/blas/base/dcopy/include/stdlib/blas/base/dcopy_cblas.h index 8fa43afb2a98..d1a7c717aca4 100644 --- a/lib/node_modules/@stdlib/blas/base/dcopy/include/stdlib/blas/base/dcopy_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/dcopy/include/stdlib/blas/base/dcopy_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_dcopy`. */ -#ifndef DCOPY_CBLAS_H -#define DCOPY_CBLAS_H +#ifndef STDLIB_BLAS_BASE_DCOPY_CBLAS_H +#define STDLIB_BLAS_BASE_DCOPY_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ void API_SUFFIX(cblas_dcopy)( const CBLAS_INT N, const double *X, const CBLAS_IN } #endif -#endif // !DCOPY_CBLAS_H +#endif // !STDLIB_BLAS_BASE_DCOPY_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/dcopy/include/stdlib/blas/base/dcopy_fortran.h b/lib/node_modules/@stdlib/blas/base/dcopy/include/stdlib/blas/base/dcopy_fortran.h index 941df8918143..2b323a64cd4a 100644 --- a/lib/node_modules/@stdlib/blas/base/dcopy/include/stdlib/blas/base/dcopy_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/dcopy/include/stdlib/blas/base/dcopy_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `dcopy`. */ -#ifndef DCOPY_FORTRAN_H -#define DCOPY_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_DCOPY_FORTRAN_H +#define STDLIB_BLAS_BASE_DCOPY_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 dcopy( const CBLAS_INT *, const double *, const CBLAS_INT *, double *, cons } #endif -#endif // !DCOPY_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_DCOPY_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/ddot/include/stdlib/blas/base/ddot.h b/lib/node_modules/@stdlib/blas/base/ddot/include/stdlib/blas/base/ddot.h index beb870a066d1..dd9090218cd0 100644 --- a/lib/node_modules/@stdlib/blas/base/ddot/include/stdlib/blas/base/ddot.h +++ b/lib/node_modules/@stdlib/blas/base/ddot/include/stdlib/blas/base/ddot.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `c_ddot`. */ -#ifndef DDOT_H -#define DDOT_H +#ifndef STDLIB_BLAS_BASE_DDOT_H +#define STDLIB_BLAS_BASE_DDOT_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ double API_SUFFIX(c_ddot_ndarray)( const CBLAS_INT N, const double *X, const CBL } #endif -#endif // !DDOT_H +#endif // !STDLIB_BLAS_BASE_DDOT_H diff --git a/lib/node_modules/@stdlib/blas/base/ddot/include/stdlib/blas/base/ddot_cblas.h b/lib/node_modules/@stdlib/blas/base/ddot/include/stdlib/blas/base/ddot_cblas.h index cd5719ddd619..67a1de66d509 100644 --- a/lib/node_modules/@stdlib/blas/base/ddot/include/stdlib/blas/base/ddot_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/ddot/include/stdlib/blas/base/ddot_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_ddot`. */ -#ifndef DDOT_CBLAS_H -#define DDOT_CBLAS_H +#ifndef STDLIB_BLAS_BASE_DDOT_CBLAS_H +#define STDLIB_BLAS_BASE_DDOT_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ double API_SUFFIX(cblas_ddot)( const CBLAS_INT N, const double *X, const CBLAS_I } #endif -#endif // !DDOT_CBLAS_H +#endif // !STDLIB_BLAS_BASE_DDOT_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/ddot/include/stdlib/blas/base/ddot_fortran.h b/lib/node_modules/@stdlib/blas/base/ddot/include/stdlib/blas/base/ddot_fortran.h index b2e2d51401b1..6f1aceceb27b 100644 --- a/lib/node_modules/@stdlib/blas/base/ddot/include/stdlib/blas/base/ddot_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/ddot/include/stdlib/blas/base/ddot_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `ddot`. */ -#ifndef DDOT_FORTRAN_H -#define DDOT_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_DDOT_FORTRAN_H +#define STDLIB_BLAS_BASE_DDOT_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 compiler. diff --git a/lib/node_modules/@stdlib/blas/base/dgemv/include/stdlib/blas/base/dgemv.h b/lib/node_modules/@stdlib/blas/base/dgemv/include/stdlib/blas/base/dgemv.h index 848f2fe06e40..be795fd23b74 100644 --- a/lib/node_modules/@stdlib/blas/base/dgemv/include/stdlib/blas/base/dgemv.h +++ b/lib/node_modules/@stdlib/blas/base/dgemv/include/stdlib/blas/base/dgemv.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 2 routine `dgemv`. */ -#ifndef DGEMV_H -#define DGEMV_H +#ifndef STDLIB_BLAS_BASE_DGEMV_H +#define STDLIB_BLAS_BASE_DGEMV_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ void API_SUFFIX(c_dgemv_ndarray)( const CBLAS_TRANSPOSE trans, const CBLAS_INT M } #endif -#endif // !DGEMV_H +#endif // !STDLIB_BLAS_BASE_DGEMV_H diff --git a/lib/node_modules/@stdlib/blas/base/dgemv/include/stdlib/blas/base/dgemv_cblas.h b/lib/node_modules/@stdlib/blas/base/dgemv/include/stdlib/blas/base/dgemv_cblas.h index 390e43fa8bbb..b77eb9712baa 100644 --- a/lib/node_modules/@stdlib/blas/base/dgemv/include/stdlib/blas/base/dgemv_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/dgemv/include/stdlib/blas/base/dgemv_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 2 routine `dgemv`. */ -#ifndef DGEMV_CBLAS_H -#define DGEMV_CBLAS_H +#ifndef STDLIB_BLAS_BASE_DGEMV_CBLAS_H +#define STDLIB_BLAS_BASE_DGEMV_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ void API_SUFFIX(c_dgemv_ndarray)( const CBLAS_TRANSPOSE trans, const CBLAS_INT M } #endif -#endif // !DGEMV_CBLAS_H +#endif // !STDLIB_BLAS_BASE_DGEMV_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/dger/include/stdlib/blas/base/dger.h b/lib/node_modules/@stdlib/blas/base/dger/include/stdlib/blas/base/dger.h index 3e2f97d528e6..fb7397bdb1fe 100644 --- a/lib/node_modules/@stdlib/blas/base/dger/include/stdlib/blas/base/dger.h +++ b/lib/node_modules/@stdlib/blas/base/dger/include/stdlib/blas/base/dger.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 2 routine `dger`. */ -#ifndef DGER_H -#define DGER_H +#ifndef STDLIB_BLAS_BASE_DGER_H +#define STDLIB_BLAS_BASE_DGER_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ void API_SUFFIX(c_dger_ndarray)( const CBLAS_INT M, const CBLAS_INT N, const dou } #endif -#endif // !DGER_H +#endif // !STDLIB_BLAS_BASE_DGER_H diff --git a/lib/node_modules/@stdlib/blas/base/dger/include/stdlib/blas/base/dger_cblas.h b/lib/node_modules/@stdlib/blas/base/dger/include/stdlib/blas/base/dger_cblas.h index f485c22c0373..31fc7ebcc798 100644 --- a/lib/node_modules/@stdlib/blas/base/dger/include/stdlib/blas/base/dger_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/dger/include/stdlib/blas/base/dger_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 2 routine `cblas_dger`. */ -#ifndef DGER_CBLAS_H -#define DGER_CBLAS_H +#ifndef STDLIB_BLAS_BASE_DGER_CBLAS_H +#define STDLIB_BLAS_BASE_DGER_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ void API_SUFFIX(cblas_dger)( const CBLAS_LAYOUT layout, const CBLAS_INT M, const } #endif -#endif // !DGER_CBLAS_H +#endif // !STDLIB_BLAS_BASE_DGER_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/dger/include/stdlib/blas/base/dger_fortran.h b/lib/node_modules/@stdlib/blas/base/dger/include/stdlib/blas/base/dger_fortran.h index b49f55c2aa6a..d4888ea55b78 100644 --- a/lib/node_modules/@stdlib/blas/base/dger/include/stdlib/blas/base/dger_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/dger/include/stdlib/blas/base/dger_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 2 routine `dger`. */ -#ifndef DGER_FORTRAN_H -#define DGER_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_DGER_FORTRAN_H +#define STDLIB_BLAS_BASE_DGER_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 dger( const CBLAS_INT *, const CBLAS_INT *, const double *, const double *, } #endif -#endif // !DGER_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_DGER_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/dnrm2/include/stdlib/blas/base/dnrm2.h b/lib/node_modules/@stdlib/blas/base/dnrm2/include/stdlib/blas/base/dnrm2.h index 1cf316fe2d80..6a9e2455ca99 100644 --- a/lib/node_modules/@stdlib/blas/base/dnrm2/include/stdlib/blas/base/dnrm2.h +++ b/lib/node_modules/@stdlib/blas/base/dnrm2/include/stdlib/blas/base/dnrm2.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `c_dnrm2`. */ -#ifndef DNRM2_H -#define DNRM2_H +#ifndef STDLIB_BLAS_BASE_DNRM2_H +#define STDLIB_BLAS_BASE_DNRM2_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ double API_SUFFIX(c_dnrm2_ndarray)( const CBLAS_INT N, const double *X, const CB } #endif -#endif // !DNRM2_H +#endif // !STDLIB_BLAS_BASE_DNRM2_H diff --git a/lib/node_modules/@stdlib/blas/base/dnrm2/include/stdlib/blas/base/dnrm2_cblas.h b/lib/node_modules/@stdlib/blas/base/dnrm2/include/stdlib/blas/base/dnrm2_cblas.h index d845a647189d..efd3b3dabf80 100644 --- a/lib/node_modules/@stdlib/blas/base/dnrm2/include/stdlib/blas/base/dnrm2_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/dnrm2/include/stdlib/blas/base/dnrm2_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `cblas_dnrm2`. */ -#ifndef DNRM2_CBLAS_H -#define DNRM2_CBLAS_H +#ifndef STDLIB_BLAS_BASE_DNRM2_CBLAS_H +#define STDLIB_BLAS_BASE_DNRM2_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ double API_SUFFIX(cblas_dnrm2)( const CBLAS_INT N, const double *X, const CBLAS_ } #endif -#endif // !DNRM2_CBLAS_H +#endif // !STDLIB_BLAS_BASE_DNRM2_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/dnrm2/include/stdlib/blas/base/dnrm2_fortran.h b/lib/node_modules/@stdlib/blas/base/dnrm2/include/stdlib/blas/base/dnrm2_fortran.h index abd78649f641..38690ed7d964 100644 --- a/lib/node_modules/@stdlib/blas/base/dnrm2/include/stdlib/blas/base/dnrm2_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/dnrm2/include/stdlib/blas/base/dnrm2_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `dnrm2`. */ -#ifndef DNRM2_FORTRAN_H -#define DNRM2_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_DNRM2_FORTRAN_H +#define STDLIB_BLAS_BASE_DNRM2_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 compiler. @@ -38,4 +38,4 @@ void dnrm2sub( const CBLAS_INT *, const double *, const CBLAS_INT *, double * ); } #endif -#endif // !DNRM2_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_DNRM2_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/drot/include/stdlib/blas/base/drot.h b/lib/node_modules/@stdlib/blas/base/drot/include/stdlib/blas/base/drot.h index 2d62297f1fdc..b3dcd75e3191 100644 --- a/lib/node_modules/@stdlib/blas/base/drot/include/stdlib/blas/base/drot.h +++ b/lib/node_modules/@stdlib/blas/base/drot/include/stdlib/blas/base/drot.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `drot`. */ -#ifndef DROT_H -#define DROT_H +#ifndef STDLIB_BLAS_BASE_DROT_H +#define STDLIB_BLAS_BASE_DROT_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ void API_SUFFIX(c_drot_ndarray)( const CBLAS_INT N, double *X, const CBLAS_INT s } #endif -#endif // !DROT_H +#endif // !STDLIB_BLAS_BASE_DROT_H diff --git a/lib/node_modules/@stdlib/blas/base/drot/include/stdlib/blas/base/drot_cblas.h b/lib/node_modules/@stdlib/blas/base/drot/include/stdlib/blas/base/drot_cblas.h index 0dc5d7c558dc..792766ca7cd2 100644 --- a/lib/node_modules/@stdlib/blas/base/drot/include/stdlib/blas/base/drot_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/drot/include/stdlib/blas/base/drot_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_drot`. */ -#ifndef DROT_CBLAS_H -#define DROT_CBLAS_H +#ifndef STDLIB_BLAS_BASE_DROT_CBLAS_H +#define STDLIB_BLAS_BASE_DROT_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ void API_SUFFIX(cblas_drot)( const CBLAS_INT N, double *X, const CBLAS_INT strid } #endif -#endif // !DROT_CBLAS_H +#endif // !STDLIB_BLAS_BASE_DROT_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/drot/include/stdlib/blas/base/drot_fortran.h b/lib/node_modules/@stdlib/blas/base/drot/include/stdlib/blas/base/drot_fortran.h index 71641991e337..4ec23ed2ba5a 100644 --- a/lib/node_modules/@stdlib/blas/base/drot/include/stdlib/blas/base/drot_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/drot/include/stdlib/blas/base/drot_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `drot`. */ -#ifndef DROT_FORTRAN_H -#define DROT_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_DROT_FORTRAN_H +#define STDLIB_BLAS_BASE_DROT_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 drot( const CBLAS_INT *, double *, const CBLAS_INT *, double *, const CBLAS } #endif -#endif // !DROT_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_DROT_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/drotm/include/stdlib/blas/base/drotm.h b/lib/node_modules/@stdlib/blas/base/drotm/include/stdlib/blas/base/drotm.h index a84806149bec..7c0a2c4cd209 100644 --- a/lib/node_modules/@stdlib/blas/base/drotm/include/stdlib/blas/base/drotm.h +++ b/lib/node_modules/@stdlib/blas/base/drotm/include/stdlib/blas/base/drotm.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `drotm`. */ -#ifndef DROTM_H -#define DROTM_H +#ifndef STDLIB_BLAS_BASE_DROTM_H +#define STDLIB_BLAS_BASE_DROTM_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ void API_SUFFIX(c_drotm_ndarray)( const CBLAS_INT N, double *X, const CBLAS_INT } #endif -#endif // !DROTM_H +#endif // !STDLIB_BLAS_BASE_DROTM_H diff --git a/lib/node_modules/@stdlib/blas/base/drotm/include/stdlib/blas/base/drotm_cblas.h b/lib/node_modules/@stdlib/blas/base/drotm/include/stdlib/blas/base/drotm_cblas.h index e7d16f2f0717..bcaf2ae65f8f 100644 --- a/lib/node_modules/@stdlib/blas/base/drotm/include/stdlib/blas/base/drotm_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/drotm/include/stdlib/blas/base/drotm_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_drotm`. */ -#ifndef DROTM_CBLAS_H -#define DROTM_CBLAS_H +#ifndef STDLIB_BLAS_BASE_DROTM_CBLAS_H +#define STDLIB_BLAS_BASE_DROTM_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ void API_SUFFIX(cblas_drotm)( const CBLAS_INT N, double *X, const CBLAS_INT stri } #endif -#endif // !DROTM_CBLAS_H +#endif // !STDLIB_BLAS_BASE_DROTM_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/drotm/include/stdlib/blas/base/drotm_fortran.h b/lib/node_modules/@stdlib/blas/base/drotm/include/stdlib/blas/base/drotm_fortran.h index 67f907746b59..8e4fbc387ea5 100644 --- a/lib/node_modules/@stdlib/blas/base/drotm/include/stdlib/blas/base/drotm_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/drotm/include/stdlib/blas/base/drotm_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `drotm`. */ -#ifndef DROTM_FORTRAN_H -#define DROTM_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_DROTM_FORTRAN_H +#define STDLIB_BLAS_BASE_DROTM_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 drotm( const CBLAS_INT *, double *, const CBLAS_INT *, double *, const CBLA } #endif -#endif // !DROTM_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_DROTM_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/dscal/include/stdlib/blas/base/dscal.h b/lib/node_modules/@stdlib/blas/base/dscal/include/stdlib/blas/base/dscal.h index 55e5b48dbf97..433a35a14dc2 100644 --- a/lib/node_modules/@stdlib/blas/base/dscal/include/stdlib/blas/base/dscal.h +++ b/lib/node_modules/@stdlib/blas/base/dscal/include/stdlib/blas/base/dscal.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the Level 1 routine `dscal`. */ -#ifndef DSCAL_H -#define DSCAL_H +#ifndef STDLIB_BLAS_BASE_DSCAL_H +#define STDLIB_BLAS_BASE_DSCAL_H #include "stdlib/blas/base/shared.h" @@ -45,5 +45,5 @@ void API_SUFFIX(c_dscal_ndarray)( const CBLAS_INT N, const double alpha, double } #endif -#endif // !DSCAL_H +#endif // !STDLIB_BLAS_BASE_DSCAL_H diff --git a/lib/node_modules/@stdlib/blas/base/dscal/include/stdlib/blas/base/dscal_cblas.h b/lib/node_modules/@stdlib/blas/base/dscal/include/stdlib/blas/base/dscal_cblas.h index 5bde0f8095d8..ce9c5bf35840 100644 --- a/lib/node_modules/@stdlib/blas/base/dscal/include/stdlib/blas/base/dscal_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/dscal/include/stdlib/blas/base/dscal_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_dscal`. */ -#ifndef DSCAL_CBLAS_H -#define DSCAL_CBLAS_H +#ifndef STDLIB_BLAS_BASE_DSCAL_CBLAS_H +#define STDLIB_BLAS_BASE_DSCAL_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ void API_SUFFIX(cblas_dscal)( const CBLAS_INT N, const double alpha, double *X, } #endif -#endif // !DSCAL_CBLAS_H +#endif // !STDLIB_BLAS_BASE_DSCAL_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/dscal/include/stdlib/blas/base/dscal_fortran.h b/lib/node_modules/@stdlib/blas/base/dscal/include/stdlib/blas/base/dscal_fortran.h index 2d74e0e8ea50..92ab07e764ef 100644 --- a/lib/node_modules/@stdlib/blas/base/dscal/include/stdlib/blas/base/dscal_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/dscal/include/stdlib/blas/base/dscal_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `dscal`. */ -#ifndef DSCAL_FORTRAN_H -#define DSCAL_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_DSCAL_FORTRAN_H +#define STDLIB_BLAS_BASE_DSCAL_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 dscal( const CBLAS_INT *, const double *, double *, const CBLAS_INT * ); } #endif -#endif // !DSCAL_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_DSCAL_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/dsdot/include/stdlib/blas/base/dsdot.h b/lib/node_modules/@stdlib/blas/base/dsdot/include/stdlib/blas/base/dsdot.h index 424068fb3b20..b455cc3f1054 100644 --- a/lib/node_modules/@stdlib/blas/base/dsdot/include/stdlib/blas/base/dsdot.h +++ b/lib/node_modules/@stdlib/blas/base/dsdot/include/stdlib/blas/base/dsdot.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `c_dsdot`. */ -#ifndef DSDOT_H -#define DSDOT_H +#ifndef STDLIB_BLAS_BASE_DSDOT_H +#define STDLIB_BLAS_BASE_DSDOT_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ double API_SUFFIX(c_dsdot_ndarray)( const CBLAS_INT N, const float *X, const CBL } #endif -#endif // !DSDOT_H +#endif // !STDLIB_BLAS_BASE_DSDOT_H diff --git a/lib/node_modules/@stdlib/blas/base/dsdot/include/stdlib/blas/base/dsdot_cblas.h b/lib/node_modules/@stdlib/blas/base/dsdot/include/stdlib/blas/base/dsdot_cblas.h index 6e100287f016..d5bec21eb94b 100644 --- a/lib/node_modules/@stdlib/blas/base/dsdot/include/stdlib/blas/base/dsdot_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/dsdot/include/stdlib/blas/base/dsdot_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_dsdot`. */ -#ifndef DSDOT_CBLAS_H -#define DSDOT_CBLAS_H +#ifndef STDLIB_BLAS_BASE_DDOT_CBLAS_H +#define STDLIB_BLAS_BASE_DDOT_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ double API_SUFFIX(cblas_dsdot)( const CBLAS_INT N, const float *X, const CBLAS_I } #endif -#endif // !DSDOT_CBLAS_H +#endif // !STDLIB_BLAS_BASE_DDOT_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/dsdot/include/stdlib/blas/base/dsdot_fortran.h b/lib/node_modules/@stdlib/blas/base/dsdot/include/stdlib/blas/base/dsdot_fortran.h index 746e3995ee73..057307241b94 100644 --- a/lib/node_modules/@stdlib/blas/base/dsdot/include/stdlib/blas/base/dsdot_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/dsdot/include/stdlib/blas/base/dsdot_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `dsdot`. */ -#ifndef DSDOT_FORTRAN_H -#define DSDOT_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_DSDOT_FORTRAN_H +#define STDLIB_BLAS_BASE_DSDOT_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 compiler. @@ -38,4 +38,4 @@ void dsdotsub( const CBLAS_INT *, const float *, const CBLAS_INT *, const float } #endif -#endif // !DSDOT_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_DSDOT_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/dswap/include/stdlib/blas/base/dswap.h b/lib/node_modules/@stdlib/blas/base/dswap/include/stdlib/blas/base/dswap.h index e54f17c4cf72..ea928f81f4e9 100644 --- a/lib/node_modules/@stdlib/blas/base/dswap/include/stdlib/blas/base/dswap.h +++ b/lib/node_modules/@stdlib/blas/base/dswap/include/stdlib/blas/base/dswap.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `dswap`. */ -#ifndef DSWAP_H -#define DSWAP_H +#ifndef STDLIB_BLAS_BASE_DSWAP_H +#define STDLIB_BLAS_BASE_DSWAP_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ void API_SUFFIX(c_dswap_ndarray)( const CBLAS_INT N, double *X, const CBLAS_INT } #endif -#endif // !DSWAP_H +#endif // !STDLIB_BLAS_BASE_DSWAP_H diff --git a/lib/node_modules/@stdlib/blas/base/dswap/include/stdlib/blas/base/dswap_cblas.h b/lib/node_modules/@stdlib/blas/base/dswap/include/stdlib/blas/base/dswap_cblas.h index 9429db15af66..257ebde14aea 100644 --- a/lib/node_modules/@stdlib/blas/base/dswap/include/stdlib/blas/base/dswap_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/dswap/include/stdlib/blas/base/dswap_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_dswap`. */ -#ifndef DSWAP_CBLAS_H -#define DSWAP_CBLAS_H +#ifndef STDLIB_BLAS_BASE_DSWAP_CBLAS_H +#define STDLIB_BLAS_BASE_DSWAP_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ void API_SUFFIX(cblas_dswap)( const CBLAS_INT N, double *X, const CBLAS_INT stri } #endif -#endif // !DSWAP_CBLAS_H +#endif // !STDLIB_BLAS_BASE_DSWAP_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/dswap/include/stdlib/blas/base/dswap_fortran.h b/lib/node_modules/@stdlib/blas/base/dswap/include/stdlib/blas/base/dswap_fortran.h index a25d9f1ca40b..78b46e6482b7 100644 --- a/lib/node_modules/@stdlib/blas/base/dswap/include/stdlib/blas/base/dswap_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/dswap/include/stdlib/blas/base/dswap_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `dswap`. */ -#ifndef DSWAP_FORTRAN_H -#define DSWAP_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_DSWAP_FORTRAN_H +#define STDLIB_BLAS_BASE_DSWAP_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 dswap( const CBLAS_INT *, double *, const CBLAS_INT *, double *, const CBLA } #endif -#endif // !DSWAP_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_DSWAP_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/dsyr2/include/stdlib/blas/base/dsyr2.h b/lib/node_modules/@stdlib/blas/base/dsyr2/include/stdlib/blas/base/dsyr2.h index f038032748b4..8c6d65497815 100644 --- a/lib/node_modules/@stdlib/blas/base/dsyr2/include/stdlib/blas/base/dsyr2.h +++ b/lib/node_modules/@stdlib/blas/base/dsyr2/include/stdlib/blas/base/dsyr2.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 2 routine `dsyr2`. */ -#ifndef DSYR2_H -#define DSYR2_H +#ifndef STDLIB_BLAS_BASE_DSYR2_H +#define STDLIB_BLAS_BASE_DSYR2_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ void API_SUFFIX(c_dsyr2_ndarray)( const CBLAS_UPLO uplo, const CBLAS_INT N, cons } #endif -#endif // !DSYR2_H +#endif // !STDLIB_BLAS_BASE_DSYR2_H diff --git a/lib/node_modules/@stdlib/blas/base/dsyr2/include/stdlib/blas/base/dsyr2_cblas.h b/lib/node_modules/@stdlib/blas/base/dsyr2/include/stdlib/blas/base/dsyr2_cblas.h index cf9fe0d4c564..84c88a538e7b 100644 --- a/lib/node_modules/@stdlib/blas/base/dsyr2/include/stdlib/blas/base/dsyr2_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/dsyr2/include/stdlib/blas/base/dsyr2_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 2 routine `cblas_dsyr2`. */ -#ifndef DSYR2_CBLAS_H -#define DSYR2_CBLAS_H +#ifndef STDLIB_BLAS_BASE_DSYR2_CBLAS_H +#define STDLIB_BLAS_BASE_DSYR2_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ void API_SUFFIX(cblas_dsyr2)( const CBLAS_LAYOUT layout, const CBLAS_UPLO uplo, } #endif -#endif // !DSYR2_CBLAS_H +#endif // !STDLIB_BLAS_BASE_DSYR2_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/dznrm2/include/stdlib/blas/base/dznrm2.h b/lib/node_modules/@stdlib/blas/base/dznrm2/include/stdlib/blas/base/dznrm2.h index 5c4dc664eef4..d0daea39bb8c 100644 --- a/lib/node_modules/@stdlib/blas/base/dznrm2/include/stdlib/blas/base/dznrm2.h +++ b/lib/node_modules/@stdlib/blas/base/dznrm2/include/stdlib/blas/base/dznrm2.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the BLAS Level 1 routine `dznrm2`. */ -#ifndef DZNRM2_H -#define DZNRM2_H +#ifndef STDLIB_BLAS_BASE_DZNRM2_H +#define STDLIB_BLAS_BASE_DZNRM2_H #include "stdlib/blas/base/shared.h" @@ -45,4 +45,4 @@ double API_SUFFIX(c_dznrm2_ndarray)( const CBLAS_INT N, const void *X, const CBL } #endif -#endif // !DZNRM2_H +#endif // !STDLIB_BLAS_BASE_DZNRM2_H diff --git a/lib/node_modules/@stdlib/blas/base/dznrm2/include/stdlib/blas/base/dznrm2_cblas.h b/lib/node_modules/@stdlib/blas/base/dznrm2/include/stdlib/blas/base/dznrm2_cblas.h index 56f7555f2a7a..695ba1dceef3 100644 --- a/lib/node_modules/@stdlib/blas/base/dznrm2/include/stdlib/blas/base/dznrm2_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/dznrm2/include/stdlib/blas/base/dznrm2_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_dznrm2`. */ -#ifndef DZNRM2_CBLAS_H -#define DZNRM2_CBLAS_H +#ifndef STDLIB_BLAS_BASE_DZNRM2_CBLAS_H +#define STDLIB_BLAS_BASE_DZNRM2_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ double API_SUFFIX(cblas_dznrm2)( const CBLAS_INT N, const void *X, const CBLAS_I } #endif -#endif // !DZNRM2_CBLAS_H +#endif // !STDLIB_BLAS_BASE_DZNRM2_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/dznrm2/include/stdlib/blas/base/dznrm2_fortran.h b/lib/node_modules/@stdlib/blas/base/dznrm2/include/stdlib/blas/base/dznrm2_fortran.h index 82a79fcf930f..d516e9715b9f 100644 --- a/lib/node_modules/@stdlib/blas/base/dznrm2/include/stdlib/blas/base/dznrm2_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/dznrm2/include/stdlib/blas/base/dznrm2_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `dznrm2`. */ -#ifndef DZNRM2_FORTRAN_H -#define DZNRM2_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_DZNRM2_FORTRAN_H +#define STDLIB_BLAS_BASE_DZNRM2_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 dznrm2sub( const int *, const void *, const int *, double * ); } #endif -#endif // !DZNRM2_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_DZNRM2_FORTRAN_H diff --git a/lib/node_modules/@stdlib/blas/base/idamax/include/stdlib/blas/base/idamax.h b/lib/node_modules/@stdlib/blas/base/idamax/include/stdlib/blas/base/idamax.h index bd916dfa4e2c..84006990f43a 100644 --- a/lib/node_modules/@stdlib/blas/base/idamax/include/stdlib/blas/base/idamax.h +++ b/lib/node_modules/@stdlib/blas/base/idamax/include/stdlib/blas/base/idamax.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the Level 1 routine `idamax`. */ -#ifndef IDAMAX_H -#define IDAMAX_H +#ifndef STDLIB_BLAS_BASE_IDAMAX_H +#define STDLIB_BLAS_BASE_IDAMAX_H #include "stdlib/blas/base/shared.h" @@ -45,5 +45,5 @@ CBLAS_INT API_SUFFIX(c_idamax_ndarray)( const CBLAS_INT N, const double *X, cons } #endif -#endif // !IDAMAX_H +#endif // !STDLIB_BLAS_BASE_IDAMAX_H diff --git a/lib/node_modules/@stdlib/blas/base/idamax/include/stdlib/blas/base/idamax_cblas.h b/lib/node_modules/@stdlib/blas/base/idamax/include/stdlib/blas/base/idamax_cblas.h index c310858e4cb1..6489bb97e024 100644 --- a/lib/node_modules/@stdlib/blas/base/idamax/include/stdlib/blas/base/idamax_cblas.h +++ b/lib/node_modules/@stdlib/blas/base/idamax/include/stdlib/blas/base/idamax_cblas.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_idamax`. */ -#ifndef IDAMAX_CBLAS_H -#define IDAMAX_CBLAS_H +#ifndef STDLIB_BLAS_BASE_IDAMAX_CBLAS_H +#define STDLIB_BLAS_BASE_IDAMAX_CBLAS_H #include "stdlib/blas/base/shared.h" @@ -40,4 +40,4 @@ CBLAS_INT API_SUFFIX(cblas_idamax)( const CBLAS_INT N, const double *X, const CB } #endif -#endif // !IDAMAX_CBLAS_H +#endif // !STDLIB_BLAS_BASE_IDAMAX_CBLAS_H diff --git a/lib/node_modules/@stdlib/blas/base/idamax/include/stdlib/blas/base/idamax_fortran.h b/lib/node_modules/@stdlib/blas/base/idamax/include/stdlib/blas/base/idamax_fortran.h index fe340f72181b..7d9afa895789 100644 --- a/lib/node_modules/@stdlib/blas/base/idamax/include/stdlib/blas/base/idamax_fortran.h +++ b/lib/node_modules/@stdlib/blas/base/idamax/include/stdlib/blas/base/idamax_fortran.h @@ -19,8 +19,8 @@ /** * Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `idamax`. */ -#ifndef IDAMAX_FORTRAN_H -#define IDAMAX_FORTRAN_H +#ifndef STDLIB_BLAS_BASE_IDAMAX_FORTRAN_H +#define STDLIB_BLAS_BASE_IDAMAX_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 compiler. @@ -38,4 +38,4 @@ void idamaxsub( const int *, const double *, const int *, int * ); } #endif -#endif // !IDAMAX_FORTRAN_H +#endif // !STDLIB_BLAS_BASE_IDAMAX_FORTRAN_H