Skip to content

Commit 893a336

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 15f4a28 commit 893a336

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dsyr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ int main( void ) {
283283
printf( "A[ %i ] = %f\n", i, A[ i ] );
284284
}
285285

286-
// Perform the symmetric rank 1 operation `A = α*x*x^T + A`:
286+
// Perform the symmetric rank 1 operation `A = α*x*x^T + A` using alternative semantics indexing:
287287
c_dsyr_ndarray( CblasUpper, N, 1.0, x, 1, 0, A, N, 1, 0 );
288288

289289
// Print the result:

0 commit comments

Comments
 (0)