Skip to content

Commit 04df633

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent b612864 commit 04df633

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/dgemv/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dgemv/src/dgemv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @param beta scalar constant
3636
* @param y second input vector
3737
* @param strideY `y` stride length
38-
* @return output value
38+
* @return output value
3939
*/
4040
void API_SUFFIX(c_dgemv)( const CBLAS_LAYOUT order, const CBLAS_TRANSPOSE trans, const CBLAS_INT M, const CBLAS_INT N, const double alpha, const double *A, const CBLAS_INT LDA, const double *x, const CBLAS_INT strideX, const double beta, double *y, const CBLAS_INT strideY ) {
4141
CBLAS_INT xlen;

0 commit comments

Comments
 (0)