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 b0f076e commit 579ea3fCopy full SHA for 579ea3f
lib/node_modules/@stdlib/blas/base/dgemv/lib/dgemv.js
@@ -20,11 +20,10 @@
20
21
// MODULES //
22
23
-var max = require( '@stdlib/math/base/special/fast/max' );
24
-var stride2offset = require( '@stdlib/strided/base/stride2offset' );
25
var isLayout = require( '@stdlib/blas/base/assert/is-layout' );
26
var isMatrixTranspose = require( '@stdlib/blas/base/assert/is-transpose-operation' );
27
var isColumnMajor = require( '@stdlib/ndarray/base/assert/is-column-major-string' );
+var stride2offset = require( '@stdlib/strided/base/stride2offset' );
28
var max = require( '@stdlib/math/base/special/fast/max' );
29
var format = require( '@stdlib/string/format' );
30
var base = require( './base.js' );
0 commit comments