pytensor
pytensor copied to clipboard
Improving linear algebra documentation
Description
Try to include most of the functions from slinalg and nlinalg in the documenation
Related Issue
- [ ] Closes #854
Checklist
- [ ] Checked that the pre-commit linting/style checks pass
- [ ] Included tests that prove the fix is effective or that the new feature works
- [ ] Added necessary documentation (docstrings and/or example notebooks)
- [ ] If you are a pro: each commit corresponds to a relevant logical change
Type of change
- [ ] New feature / enhancement
- [ ] Bug fix
- [x] Documentation
- [ ] Maintenance
- [ ] Other (please specify):
The slinalg, nlinalg distinction is a code organization detail. We have everything available under tensor.linalg and that's the only one we should list in the docs
ohhh ok. but following the file structure, the file for this documentation should be somewhere in doc/library/tensor ?
tensor/linalg? Or did you mean something more specific?