Skip to content

Commit

Permalink
docs: fix comments and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
headlessNode committed Oct 6, 2024
1 parent 058a920 commit 72f5f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

While typed array views mandate a view offset based on the underlying
buffer, offset parameters support indexing semantics based on starting
index.
indices.

Parameters
----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extern "C" {
double API_SUFFIX(stdlib_strided_dnannsumkbn2)( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, CBLAS_INT *n );

/**
* Computes the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm and using alternative indexing semantics.
* Computes the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm and alternative indexing semantics.
*/
double API_SUFFIX(stdlib_strided_dnannsumkbn2_ndarray)( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, const CBLAS_INT offsetX, CBLAS_INT *n );

Expand Down

0 comments on commit 72f5f6c

Please sign in to comment.