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 1e78d95 commit f3bbceaCopy full SHA for f3bbcea
lib/node_modules/@stdlib/blas/base/dsyr/src/dsyr.c
@@ -43,7 +43,7 @@ void API_SUFFIX(c_dsyr)( const CBLAS_LAYOUT order, const CBLAS_UPLO uplo, const
43
if ( order == CblasColMajor ) {
44
sa1 = 1;
45
sa2 = LDA;
46
- } else { // order === 'row-major'
+ } else { // order === CblasRowMajor
47
sa1 = LDA;
48
sa2 = 1;
49
}
0 commit comments