Skip to content

Commit

Permalink
docs: fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Aug 12, 2024
1 parent e5471f0 commit 584cd8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/lapack/base/dge-trans",
"version": "0.0.0",
"description": "Convert input general matrix from row-major to column-major layout or vice versa.",
"description": "Convert a matrix from row-major layout to column-major layout or vice versa.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down

1 comment on commit 584cd8d

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
lapack/base/dge-trans $\color{green}348/348$
$\color{green}+100.00\%$
$\color{green}19/19$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}348/348$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.