Skip to content

Commit 417fdb8

Browse files
committed
docs: add notes
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: passed - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 99be29d commit 417fdb8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

lib/node_modules/@stdlib/ndarray/base/fill-by/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ A provided ndarray should be an object with the following properties:
141141
## Notes
142142

143143
- The function **mutates** the input ndarray.
144+
- The function assumes that each element in the underlying input ndarray data buffer has one, and only one, corresponding element in input ndarray view (i.e., a provided ndarray is not a broadcasted ndarray view).
144145

145146
</section>
146147

lib/node_modules/@stdlib/ndarray/base/fill-by/docs/repl.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
The function *mutates* the input ndarray.
66

7+
The function assumes that each element in the underlying input ndarray data
8+
buffer has one, and only one, corresponding element in input ndarray view
9+
(i.e., a provided ndarray is not a broadcasted ndarray view).
10+
711
Parameters
812
----------
913
x: ndarrayLike

0 commit comments

Comments
 (0)