File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
lib/node_modules/@stdlib/blas/base/matrix-orientations Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ var orientations = require( '@stdlib/blas/base/matrix-orientations' );
42
42
43
43
#### orientations()
44
44
45
- Returns a list of BLAS matrix orientations.
45
+ Returns a list of matrix orientations.
46
46
47
47
``` javascript
48
48
var out = orientations ();
@@ -122,7 +122,7 @@ bool = isMatrixOrientation( 'beep' );
122
122
123
123
#### STDLIB_BLAS_MATRIX_ORIENTATION
124
124
125
- An enumeration of BLAS matrix orientations with the following fields:
125
+ An enumeration of matrix orientations with the following fields:
126
126
127
127
- ** STDLIB_BLAS_ROW_MATRIX** : data is stored along matrix rows.
128
128
- ** STDLIB_BLAS_COLUMN_MATRIX** : data is stored along matrix columns.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var DATA = require( './data.json' );
26
26
// MAIN //
27
27
28
28
/**
29
- * Returns a list of BLAS matrix orientations.
29
+ * Returns a list of matrix orientations.
30
30
*
31
31
* @returns {StringArray } list of matrix orientations
32
32
*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/blas/base/matrix-orientations" ,
3
3
"version" : " 0.0.0" ,
4
- "description" : " BLAS matrix orientations." ,
4
+ "description" : " Matrix orientations." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
7
7
"name" : " The Stdlib Authors" ,
You can’t perform that action at this time.
0 commit comments