Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/cgemv/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/base/cgemv",
"version": "0.0.0",
"description": "Performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` or `y = α*A^H*x + β*y`.",
"description": "Perform one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` or `y = α*A^H*x + β*y`.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/ndarray/with/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/ndarray/with",
"version": "0.0.0",
"description": "Returns a new ndarray with the element at a specified index replaced by a provided value.",
"description": "Return a new ndarray with the element at a specified index replaced by a provided value.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/string/base/distances/levenshtein",
"version": "0.0.0",
"description": "Calculates the Levenshtein (edit) distance between two strings.",
"description": "Calculate the Levenshtein (edit) distance between two strings.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down