File tree 3 files changed +3
-3
lines changed
lib/node_modules/@stdlib/blas/base
dscal/include/stdlib/blas/base
idamax/include/stdlib/blas/base
isamax/include/stdlib/blas/base
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
/**
20
20
* Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_dscal`.
21
21
*/
22
- #ifndef DSCAL_CLBAS_H
22
+ #ifndef DSCAL_CBLAS_H
23
23
#define DSCAL_CBLAS_H
24
24
25
25
#include "stdlib/blas/base/shared.h"
Original file line number Diff line number Diff line change 19
19
/**
20
20
* Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_idamax`.
21
21
*/
22
- #ifndef IDAMAX_CLBAS_H
22
+ #ifndef IDAMAX_CBLAS_H
23
23
#define IDAMAX_CBLAS_H
24
24
25
25
#include "stdlib/blas/base/shared.h"
Original file line number Diff line number Diff line change 19
19
/**
20
20
* Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_ISAMAX`.
21
21
*/
22
- #ifndef ISAMAX_CLBAS_H
22
+ #ifndef ISAMAX_CBLAS_H
23
23
#define ISAMAX_CBLAS_H
24
24
25
25
#include "stdlib/blas/base/shared.h"
You can’t perform that action at this time.
0 commit comments