diff --git a/lib/node_modules/@stdlib/namespace/lib/namespace/random/main.js b/lib/node_modules/@stdlib/namespace/lib/namespace/random/main.js index 66ed1938bf8a..b97fe43fc42f 100644 --- a/lib/node_modules/@stdlib/namespace/lib/namespace/random/main.js +++ b/lib/node_modules/@stdlib/namespace/lib/namespace/random/main.js @@ -34,7 +34,6 @@ ns.push({ 'value': require( '@stdlib/random/arcsine' ), 'type': 'Function', 'related': [ - '@stdlib/random/arcsine', '@stdlib/random/base/arcsine', '@stdlib/random/array/arcsine', '@stdlib/random/strided/arcsine' @@ -47,7 +46,6 @@ ns.push({ 'value': require( '@stdlib/random/bernoulli' ), 'type': 'Function', 'related': [ - '@stdlib/random/bernoulli', '@stdlib/random/base/bernoulli', '@stdlib/random/array/bernoulli', '@stdlib/random/strided/bernoulli' @@ -60,7 +58,6 @@ ns.push({ 'value': require( '@stdlib/random/beta' ), 'type': 'Function', 'related': [ - '@stdlib/random/beta', '@stdlib/random/base/beta', '@stdlib/random/array/beta', '@stdlib/random/strided/beta' @@ -73,7 +70,6 @@ ns.push({ 'value': require( '@stdlib/random/betaprime' ), 'type': 'Function', 'related': [ - '@stdlib/random/betaprime', '@stdlib/random/base/betaprime', '@stdlib/random/array/betaprime', '@stdlib/random/strided/betaprime' @@ -86,7 +82,6 @@ ns.push({ 'value': require( '@stdlib/random/binomial' ), 'type': 'Function', 'related': [ - '@stdlib/random/binomial', '@stdlib/random/base/binomial', '@stdlib/random/array/binomial', '@stdlib/random/strided/binomial' @@ -99,7 +94,6 @@ ns.push({ 'value': require( '@stdlib/random/cauchy' ), 'type': 'Function', 'related': [ - '@stdlib/random/cauchy', '@stdlib/random/base/cauchy', '@stdlib/random/array/cauchy', '@stdlib/random/strided/cauchy' @@ -112,7 +106,6 @@ ns.push({ 'value': require( '@stdlib/random/chi' ), 'type': 'Function', 'related': [ - '@stdlib/random/chi', '@stdlib/random/base/chi', '@stdlib/random/array/chi', '@stdlib/random/strided/chi' @@ -125,7 +118,6 @@ ns.push({ 'value': require( '@stdlib/random/chisquare' ), 'type': 'Function', 'related': [ - '@stdlib/random/chisquare', '@stdlib/random/base/chisquare', '@stdlib/random/array/chisquare', '@stdlib/random/strided/chisquare' @@ -138,7 +130,6 @@ ns.push({ 'value': require( '@stdlib/random/cosine' ), 'type': 'Function', 'related': [ - '@stdlib/random/cosine', '@stdlib/random/base/cosine', '@stdlib/random/array/cosine', '@stdlib/random/strided/cosine' @@ -164,7 +155,6 @@ ns.push({ 'value': require( '@stdlib/random/erlang' ), 'type': 'Function', 'related': [ - '@stdlib/random/erlang', '@stdlib/random/base/erlang', '@stdlib/random/array/erlang', '@stdlib/random/strided/erlang' @@ -177,7 +167,6 @@ ns.push({ 'value': require( '@stdlib/random/exponential' ), 'type': 'Function', 'related': [ - '@stdlib/random/exponential', '@stdlib/random/base/exponential', '@stdlib/random/array/exponential', '@stdlib/random/strided/exponential' @@ -190,7 +179,6 @@ ns.push({ 'value': require( '@stdlib/random/f' ), 'type': 'Function', 'related': [ - '@stdlib/random/f', '@stdlib/random/base/f', '@stdlib/random/array/f', '@stdlib/random/strided/f' @@ -203,7 +191,6 @@ ns.push({ 'value': require( '@stdlib/random/frechet' ), 'type': 'Function', 'related': [ - '@stdlib/random/frechet', '@stdlib/random/base/frechet', '@stdlib/random/array/frechet', '@stdlib/random/strided/frechet' @@ -216,7 +203,6 @@ ns.push({ 'value': require( '@stdlib/random/gamma' ), 'type': 'Function', 'related': [ - '@stdlib/random/gamma', '@stdlib/random/base/gamma', '@stdlib/random/array/gamma', '@stdlib/random/strided/gamma' @@ -229,7 +215,6 @@ ns.push({ 'value': require( '@stdlib/random/geometric' ), 'type': 'Function', 'related': [ - '@stdlib/random/geometric', '@stdlib/random/base/geometric', '@stdlib/random/array/geometric', '@stdlib/random/strided/geometric' @@ -242,7 +227,6 @@ ns.push({ 'value': require( '@stdlib/random/gumbel' ), 'type': 'Function', 'related': [ - '@stdlib/random/gumbel', '@stdlib/random/base/gumbel', '@stdlib/random/array/gumbel', '@stdlib/random/strided/gumbel' @@ -255,7 +239,6 @@ ns.push({ 'value': require( '@stdlib/random/hypergeometric' ), 'type': 'Function', 'related': [ - '@stdlib/random/hypergeometric', '@stdlib/random/base/hypergeometric', '@stdlib/random/array/hypergeometric', '@stdlib/random/strided/hypergeometric' @@ -268,7 +251,6 @@ ns.push({ 'value': require( '@stdlib/random/invgamma' ), 'type': 'Function', 'related': [ - '@stdlib/random/invgamma', '@stdlib/random/base/invgamma', '@stdlib/random/array/invgamma', '@stdlib/random/strided/invgamma' @@ -281,7 +263,6 @@ ns.push({ 'value': require( '@stdlib/random/kumaraswamy' ), 'type': 'Function', 'related': [ - '@stdlib/random/kumaraswamy', '@stdlib/random/base/kumaraswamy', '@stdlib/random/array/kumaraswamy', '@stdlib/random/strided/kumaraswamy' @@ -294,7 +275,6 @@ ns.push({ 'value': require( '@stdlib/random/laplace' ), 'type': 'Function', 'related': [ - '@stdlib/random/laplace', '@stdlib/random/base/laplace', '@stdlib/random/array/laplace', '@stdlib/random/strided/laplace' @@ -307,7 +287,6 @@ ns.push({ 'value': require( '@stdlib/random/levy' ), 'type': 'Function', 'related': [ - '@stdlib/random/levy', '@stdlib/random/base/levy', '@stdlib/random/array/levy', '@stdlib/random/strided/levy' @@ -320,7 +299,6 @@ ns.push({ 'value': require( '@stdlib/random/logistic' ), 'type': 'Function', 'related': [ - '@stdlib/random/logistic', '@stdlib/random/base/logistic', '@stdlib/random/array/logistic', '@stdlib/random/strided/logistic' @@ -333,7 +311,6 @@ ns.push({ 'value': require( '@stdlib/random/lognormal' ), 'type': 'Function', 'related': [ - '@stdlib/random/lognormal', '@stdlib/random/base/lognormal', '@stdlib/random/array/lognormal', '@stdlib/random/strided/lognormal' @@ -346,7 +323,6 @@ ns.push({ 'value': require( '@stdlib/random/negative-binomial' ), 'type': 'Function', 'related': [ - '@stdlib/random/negative-binomial', '@stdlib/random/base/negative-binomial', '@stdlib/random/array/negative-binomial', '@stdlib/random/strided/negative-binomial' @@ -359,7 +335,6 @@ ns.push({ 'value': require( '@stdlib/random/normal' ), 'type': 'Function', 'related': [ - '@stdlib/random/normal', '@stdlib/random/base/normal', '@stdlib/random/array/normal', '@stdlib/random/strided/normal' @@ -372,7 +347,6 @@ ns.push({ 'value': require( '@stdlib/random/pareto-type1' ), 'type': 'Function', 'related': [ - '@stdlib/random/pareto-type1', '@stdlib/random/base/pareto-type1', '@stdlib/random/array/pareto-type1', '@stdlib/random/strided/pareto-type1' @@ -385,7 +359,6 @@ ns.push({ 'value': require( '@stdlib/random/poisson' ), 'type': 'Function', 'related': [ - '@stdlib/random/poisson', '@stdlib/random/base/poisson', '@stdlib/random/array/poisson', '@stdlib/random/strided/poisson' @@ -398,7 +371,6 @@ ns.push({ 'value': require( '@stdlib/random/rayleigh' ), 'type': 'Function', 'related': [ - '@stdlib/random/rayleigh', '@stdlib/random/base/rayleigh', '@stdlib/random/array/rayleigh', '@stdlib/random/strided/rayleigh' @@ -411,7 +383,6 @@ ns.push({ 'value': require( '@stdlib/random/t' ), 'type': 'Function', 'related': [ - '@stdlib/random/t', '@stdlib/random/base/t', '@stdlib/random/array/t', '@stdlib/random/strided/t' @@ -424,7 +395,6 @@ ns.push({ 'value': require( '@stdlib/random/triangular' ), 'type': 'Function', 'related': [ - '@stdlib/random/triangular', '@stdlib/random/base/triangular', '@stdlib/random/array/triangular', '@stdlib/random/strided/triangular' @@ -437,10 +407,10 @@ ns.push({ 'value': require( '@stdlib/random/uniform' ), 'type': 'Function', 'related': [ - '@stdlib/random/uniform', + '@stdlib/random/discrete-uniform', '@stdlib/random/base/uniform', '@stdlib/random/array/uniform', - '@stdlib/random/strided/discrete-uniform' + '@stdlib/random/strided/uniform' ] }); @@ -450,7 +420,6 @@ ns.push({ 'value': require( '@stdlib/random/weibull' ), 'type': 'Function', 'related': [ - '@stdlib/random/weibull', '@stdlib/random/base/weibull', '@stdlib/random/array/weibull', '@stdlib/random/strided/weibull' diff --git a/lib/node_modules/@stdlib/ndarray/base/descriptor/README.md b/lib/node_modules/@stdlib/ndarray/base/descriptor/README.md index 0ed2e3a42a54..46f135513b9f 100644 --- a/lib/node_modules/@stdlib/ndarray/base/descriptor/README.md +++ b/lib/node_modules/@stdlib/ndarray/base/descriptor/README.md @@ -76,7 +76,7 @@ The function accepts the following arguments: - The returned object has the following properties: - **dtype**: [data type][@stdlib/ndarray/dtypes]. - - **buffer**: data buffer. + - **data**: data buffer. - **shape**: array shape. - **strides**: array strides. - **offset**: index offset. diff --git a/lib/node_modules/@stdlib/ndarray/base/from-scalar/docs/types/index.d.ts b/lib/node_modules/@stdlib/ndarray/base/from-scalar/docs/types/index.d.ts index 9f190539d635..d10a19ea0f3f 100644 --- a/lib/node_modules/@stdlib/ndarray/base/from-scalar/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/ndarray/base/from-scalar/docs/types/index.d.ts @@ -106,7 +106,7 @@ declare function scalar2ndarray( value: number, dtype: Float32DataType, order: O * // returns 'complex128' * * var buf = getData( x ); -* // buf => [ 1.0, 2.0 ] +* // returns [ 1.0, 2.0 ] */ declare function scalar2ndarray( value: number | ComplexLike, dtype: Complex128DataType, order: Order ): complex128ndarray; @@ -141,7 +141,7 @@ declare function scalar2ndarray( value: number | ComplexLike, dtype: Complex128D * // returns 'complex64' * * var buf = getData( x ); -* // buf => [ 1.0, 2.0 ] +* // returns [ 1.0, 2.0 ] */ declare function scalar2ndarray( value: number | ComplexLike, dtype: Complex64DataType, order: Order ): complex64ndarray; diff --git a/lib/node_modules/@stdlib/ndarray/from-scalar/docs/types/index.d.ts b/lib/node_modules/@stdlib/ndarray/from-scalar/docs/types/index.d.ts index 17a8cc1abefc..ce94d0782723 100644 --- a/lib/node_modules/@stdlib/ndarray/from-scalar/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/ndarray/from-scalar/docs/types/index.d.ts @@ -244,7 +244,7 @@ declare function scalar2ndarray( value: number, options: Float32Options ): float * // returns 'complex128' * * var buf = x.data; -* // buf => [ 1.0, 2.0 ] +* // returns [ 1.0, 2.0 ] */ declare function scalar2ndarray( value: number | ComplexLike, options: Complex128Options ): complex128ndarray; @@ -276,7 +276,7 @@ declare function scalar2ndarray( value: number | ComplexLike, options: Complex12 * // returns 'complex64' * * var buf = x.data; -* // buf => [ 1.0, 2.0 ] +* // returns [ 1.0, 2.0 ] */ declare function scalar2ndarray( value: number | ComplexLike, options: Complex64Options ): complex64ndarray;