feat: add `lapack/base/dlange`
Description
What is the purpose of this pull request?
This pull request adds JS implementation for lapack/base/dlange
Related Issues
Does this pull request have any related issues?
Towards #2464
Questions
Any questions for reviewers of this pull request?
No.
Other
Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.
No.
Checklist
Please ensure the following tasks are completed before submitting this pull request.
- [x] Read, understood, and followed the contributing guidelines.
- [x] Add tests to test correct value of Forbenius Norm.
- [x] cleanup base implementation.
- [x] refactor implementation following
dlacpy.
@stdlib-js/reviewers
There are a few improvements we can make in this PR, post / in our meet today:
- [ ] replace
j,iwithi0,i1 - [x] check correctness of comments in base implementation
- [x] Add an
accessvariable ( functioning same asdim)
@kgryte can we please do implementation of access variable in subsequent PRs? This is a major change, I'll prefer to do it in another PR, please.
@Pranavchiku I am not sure the benefit of doing in a follow-up PR. And also, s/access/axis/.
Done, this PR can have a review now :))
This PR has been superseded by https://github.com/stdlib-js/stdlib/pull/7195