Skip to content

Commit 7d90009

Browse files
MeKaustubh07kgryte
andauthored
fix: import src utility and fix description in blas/base/cscal
PR-URL: #12315 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: Athan Reines <kgryte@gmail.com>
1 parent fdcf93d commit 7d90009

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/node_modules/@stdlib/blas/base/cscal/include/stdlib/blas/base/cscal_cblas.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
/**
20-
* Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_ccopy`.
20+
* Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_cscal`.
2121
*/
2222
#ifndef STDLIB_BLAS_BASE_CSCAL_CBLAS_H
2323
#define STDLIB_BLAS_BASE_CSCAL_CBLAS_H

lib/node_modules/@stdlib/blas/base/cscal/src/cscal_cblas.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "stdlib/blas/base/cscal_cblas.h"
2121
#include "stdlib/blas/base/shared.h"
2222
#include "stdlib/complex/float32/ctor.h"
23+
#include "stdlib/strided/base/min_view_buffer_index.h"
2324

2425
/**
2526
* Scales a single-precision complex floating-point vector by a single-precision complex floating-point constant.

0 commit comments

Comments
 (0)