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/ext/one-to/lib/assign.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var base = require( './base.js' );
* @throws {TypeError} first argument must be an ndarray-like object having at least one dimension
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
* @throws {RangeError} number of dimension indices must not exceed the number of input ndarray dimensions
* @returns {ndarray} input ndarray
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/ext/one-to/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var base = require( './base.js' );
* @param {ArrayLikeObject<string>} [options.submode=["throw"]] - specifies how to handle subscripts which exceed ndarray dimensions on a per dimension basis
* @throws {TypeError} first argument must be either a nonnegative integer or an array of nonnegative integers
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
* @throws {RangeError} number of dimension indices must not exceed the number of input ndarray dimensions
* @returns {ndarray} output ndarray
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/ext/zero-to/lib/assign.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var base = require( './base.js' );
* @throws {TypeError} first argument must be an ndarray-like object having at least one dimension
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
* @throws {RangeError} number of dimension indices must not exceed the number of input ndarray dimensions
* @returns {ndarray} input ndarray
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/ext/zero-to/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var base = require( './base.js' );
* @param {ArrayLikeObject<string>} [options.submode=["throw"]] - specifies how to handle subscripts which exceed ndarray dimensions on a per dimension basis
* @throws {TypeError} first argument must be either a nonnegative integer or an array of nonnegative integers
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
* @throws {RangeError} number of dimension indices must not exceed the number of input ndarray dimensions
* @returns {ndarray} output ndarray
Expand Down