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 5203da8 commit 6a74265Copy full SHA for 6a74265
1 file changed
lib/node_modules/@stdlib/blas/base/cgemv/lib/base.js
@@ -51,7 +51,7 @@ var muladd = require( '@stdlib/complex/float32/base/mul-add' ).assign;
51
* var bool = isTransposed( 'no-transpose' );
52
* // returns false
53
*/
54
-function isTransposed( str ) { // NOTE: consider moving to a separate helper utility package
+function isTransposed( str ) { // TODO: consider moving to a separate helper utility package
55
return ( str !== 'no-transpose' );
56
}
57
0 commit comments