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 daf7633 commit 0d98567Copy full SHA for 0d98567
lib/node_modules/@stdlib/blas/base/dgemv/src/addon.c
@@ -64,7 +64,7 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
64
if ( order == CblasColMajor ) {
65
sa1 = 1;
66
sa2 = LDA;
67
- } else { // order === 'row-major'
+ } else { // order === CblasRowMajor
68
sa1 = LDA;
69
sa2 = 1;
70
}
0 commit comments