Skip to content

Commit 64bcad8

Browse files
committed
docs: update copy
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: passed - task: lint_repl_help status: na - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 55fe412 commit 64bcad8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/blas/base/matrix-orientations/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var orientations = require( '@stdlib/blas/base/matrix-orientations' );
4242

4343
#### orientations()
4444

45-
Returns a list of BLAS matrix orientations.
45+
Returns a list of matrix orientations.
4646

4747
```javascript
4848
var out = orientations();
@@ -122,7 +122,7 @@ bool = isMatrixOrientation( 'beep' );
122122

123123
#### STDLIB_BLAS_MATRIX_ORIENTATION
124124

125-
An enumeration of BLAS matrix orientations with the following fields:
125+
An enumeration of matrix orientations with the following fields:
126126

127127
- **STDLIB_BLAS_ROW_MATRIX**: data is stored along matrix rows.
128128
- **STDLIB_BLAS_COLUMN_MATRIX**: data is stored along matrix columns.

lib/node_modules/@stdlib/blas/base/matrix-orientations/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var DATA = require( './data.json' );
2626
// MAIN //
2727

2828
/**
29-
* Returns a list of BLAS matrix orientations.
29+
* Returns a list of matrix orientations.
3030
*
3131
* @returns {StringArray} list of matrix orientations
3232
*

lib/node_modules/@stdlib/blas/base/matrix-orientations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/base/matrix-orientations",
33
"version": "0.0.0",
4-
"description": "BLAS matrix orientations.",
4+
"description": "Matrix orientations.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

0 commit comments

Comments
 (0)