From 2f4fa568042074b637320ab4940079c6ba1f65c3 Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Thu, 15 Aug 2024 14:55:53 -0700 Subject: [PATCH] docs: update descriptions --- .../@stdlib/blas/base/sspr/docs/types/index.d.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/node_modules/@stdlib/blas/base/sspr/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/sspr/docs/types/index.d.ts index e296aea3c9b..3d273b7c224 100644 --- a/lib/node_modules/@stdlib/blas/base/sspr/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/sspr/docs/types/index.d.ts @@ -30,8 +30,8 @@ interface Routine { * Performs the symmetric rank 1 operation `A = α*x*x^T + A` where `α` is a scalar, `x` is an `N` element vector, and `A` is an `N` by `N` symmetric matrix supplied in packed form. * * @param order - storage layout - * @param uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` is being supplied - * @param N - number of columns in the matrix `A` + * @param uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` is supplied + * @param N - number of elements along each dimension of `A` * @param alpha - scalar constant * @param x - first input array * @param strideX - `x` stride length @@ -53,8 +53,8 @@ interface Routine { * Performs the symmetric rank 1 operation `A = α*x*x^T + A`, using alternative indexing semantics and where `α` is a scalar, `x` is an `N` element vector, and `A` is an `N` by `N` symmetric matrix supplied in packed form. * * @param order - storage layout - * @param uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` is being supplied - * @param N - number of columns in the matrix `A` + * @param uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` is supplied + * @param N - number of elements along each dimension of `A` * @param alpha - scalar constant * @param x - first input array * @param strideX - `x` stride length @@ -80,8 +80,8 @@ interface Routine { * Performs the symmetric rank 1 operation `A = α*x*x^T + A` where `α` is a scalar, `x` is an `N` element vector, and `A` is an `N` by `N` symmetric matrix supplied in packed form. * * @param order - storage layout -* @param uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` is being supplied -* @param N - number of columns in the matrix `A` +* @param uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` is supplied +* @param N - number of elements along each dimension of `A` * @param alpha - scalar constant * @param x - first input array * @param strideX - `x` stride length