Skip to content

Commit a66e7ab

Browse files
authored
chore: update jsdoc
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent e5ef119 commit a66e7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dsyr/src/dsyr_cblas.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void API_SUFFIX(c_dsyr)( const CBLAS_LAYOUT order, const CBLAS_UPLO uplo, const
5454
* @param A input matrix
5555
* @param strideA1 stride of the first dimension of `A`
5656
* @param strideA2 stride of the second dimension of `A`
57-
* @param offsetA starting index for `AP`
57+
* @param offsetA starting index for `A`
5858
*/
5959
void API_SUFFIX(c_dsyr_ndarray)( const CBLAS_UPLO uplo, const CBLAS_INT N, const float alpha, const float *X, const CBLAS_INT strideX, const CBLAS_INT offsetX, float *A, const CBLAS_INT strideA1, const CBLAS_INT strideA2, const CBLAS_INT offsetA ) {
6060
CBLAS_INT sx = strideX;

0 commit comments

Comments
 (0)