Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 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
1 change: 1 addition & 0 deletions lib/node_modules/@stdlib/blas/base/dnrm2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"length",
"vector",
"array",
"ndarray",
Comment thread
kgryte marked this conversation as resolved.
Outdated
"float64",
"double",
"float64array"
Expand Down
2 changes: 2 additions & 0 deletions lib/node_modules/@stdlib/blas/base/drotg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ var bool = ( y === out );

<section class="examples">

## Examples

```javascript
var discreteUniform = require( '@stdlib/random/base/discrete-uniform' );
var drotg = require( '@stdlib/blas/base/drotg' );
Expand Down
3 changes: 2 additions & 1 deletion lib/node_modules/@stdlib/blas/base/gnrm2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"distance",
"length",
"vector",
"array"
"array",
"ndarray"
],
"__stdlib__": {}
}
1 change: 1 addition & 0 deletions lib/node_modules/@stdlib/blas/base/gswap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"interchange",
"vector",
"array",
"ndarray",
"typed array"
],
"__stdlib__": {}
Expand Down
1 change: 1 addition & 0 deletions lib/node_modules/@stdlib/blas/base/snrm2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"length",
"vector",
"array",
"ndarray",
"float32",
"float",
"float32array"
Expand Down
2 changes: 2 additions & 0 deletions lib/node_modules/@stdlib/blas/base/srotg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ var bool = ( y === out );

<section class="examples">

## Examples

```javascript
var discreteUniform = require( '@stdlib/random/base/discrete-uniform' );
var srotg = require( '@stdlib/blas/base/srotg' );
Expand Down
8 changes: 8 additions & 0 deletions lib/node_modules/@stdlib/blas/base/zcopy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,14 @@ int main( void ) {

<!-- /.c -->

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">
Expand Down