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 0935821 commit 53cb5ceCopy full SHA for 53cb5ce
1 file changed
lib/node_modules/@stdlib/blas/base/dger/examples/index.js
@@ -22,7 +22,7 @@ var discreteUniform = require( '@stdlib/random/array/discrete-uniform' );
22
var dger = require( './../lib' );
23
24
var opts = {
25
- 'dtype': 'float32'
+ 'dtype': 'float64'
26
};
27
28
var M = 3;
0 commit comments