We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d529cbd commit f4fcf70Copy full SHA for f4fcf70
lib/node_modules/@stdlib/stats/strided/dcovmatmtk/src/main.c
@@ -174,7 +174,7 @@ void API_SUFFIX(stdlib_strided_dcovmatmtk_ndarray)( const CBLAS_ORIENT orient, c
174
strides[ 1 ] = strideB2;
175
isrmb = stdlib_ndarray_is_row_major( 2, strides );
176
177
- // Check whether we need to swap the strides of `B` when writing to the upper or lower triangular part of `B`...
+ // Determine the outer and inner loop strides when writing to the upper or lower triangular part of `B`...
178
full = false;
179
if ( uplo == CblasUpper ) {
180
// Writing to the upper triangular part is cache optimal for a row-major `B`, but not for a column-major `B`...
0 commit comments