From 5431cd124f9b182167155e4698d2b122ff90ae6d Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 9 Nov 2023 10:39:33 +0000 Subject: [PATCH] Auto-generated commit --- base/from-scalar/README.md | 16 ++ base/function-object/README.md | 4 +- base/slice-assign/README.md | 2 +- base/slice-dimension/README.md | 2 +- base/slice/README.md | 2 +- base/transpose/README.md | 12 ++ base/unary/README.md | 288 ++++++++++++++++----------------- base/zeros-like/README.md | 13 ++ base/zeros/README.md | 13 ++ 9 files changed, 203 insertions(+), 149 deletions(-) diff --git a/base/from-scalar/README.md b/base/from-scalar/README.md index b98a6030..1bece444 100644 --- a/base/from-scalar/README.md +++ b/base/from-scalar/README.md @@ -114,6 +114,14 @@ for ( i = 0; i < dt.length; i++ ) { @@ -126,6 +134,14 @@ for ( i = 0; i < dt.length; i++ ) { [@stdlib/ndarray/dtypes]: https://github.com/stdlib-js/ndarray/tree/main/dtypes + + +[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray/tree/main/array + +[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/ndarray/tree/main/ctor + + + diff --git a/base/function-object/README.md b/base/function-object/README.md index db207928..4ca9f093 100644 --- a/base/function-object/README.md +++ b/base/function-object/README.md @@ -152,7 +152,7 @@ An `ndarrayFcn` function should return a status code (with `0` indicating succes -#### stdlib_ndarray_function_allocate( _name, nin, nout, _functions, nfunctions, _types, _data\[] ) +#### stdlib_ndarray_function_allocate( \_name, nin, nout, \_functions, nfunctions, \_types, \_data\[] ) Returns a pointer to a dynamically allocated ndarray function object. @@ -287,7 +287,7 @@ The function accepts the following arguments: void stdlib_ndarray_function_free( struct ndarrayFunctionObject *obj ) ``` -#### stdlib_ndarray_function_dispatch_index_of( _obj, _types ) +#### stdlib_ndarray_function_dispatch_index_of( \_obj, \_types ) Returns the first index of a function whose signature satisfies a provided list of array types. diff --git a/base/slice-assign/README.md b/base/slice-assign/README.md index 3eda56dd..1ad21bb0 100644 --- a/base/slice-assign/README.md +++ b/base/slice-assign/README.md @@ -217,7 +217,7 @@ var a6 = ndarray2array( y ); diff --git a/base/zeros/README.md b/base/zeros/README.md index 27bee515..0d56889b 100644 --- a/base/zeros/README.md +++ b/base/zeros/README.md @@ -113,6 +113,13 @@ for ( i = 0; i < dt.length; i++ ) { @@ -125,6 +132,12 @@ for ( i = 0; i < dt.length; i++ ) { [@stdlib/ndarray/dtypes]: https://github.com/stdlib-js/ndarray/tree/main/dtypes + + +[@stdlib/ndarray/base/zeros-like]: https://github.com/stdlib-js/ndarray/tree/main/base/zeros-like + + +