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 59b0f32 commit edc384cCopy full SHA for edc384c
lib/node_modules/@stdlib/blas/base/dger/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@stdlib/blas/base/dger",
3
"version": "0.0.0",
4
- "description": "Perform the rank 1 operation A = alpha⋅x⋅y^T + A.",
+ "description": "Perform the rank 1 operation A = α⋅x⋅y^T + A.",
5
"license": "Apache-2.0",
6
"author": {
7
"name": "The Stdlib Authors",
@@ -17,6 +17,8 @@
17
"browser": "./lib/main.js",
18
"gypfile": true,
19
"directories": {
20
+ "benchmark": "./benchmark",
21
+ "doc": "./docs",
22
"example": "./examples",
23
"include": "./include",
24
"lib": "./lib",
0 commit comments