Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Expands array doc #2807

Merged
merged 1 commit into from
Apr 10, 2013
Merged

RFC: Expands array doc #2807

merged 1 commit into from
Apr 10, 2013

Conversation

jiahao
Copy link
Member

@jiahao jiahao commented Apr 10, 2013

The docs are currently very sparse (sic) on the matrix factorization objects, the special matrix types, and the relationship between dense matrix methods and their sparse counterparts.

To make a first stab at addressing these lacunae, this pull request provides:

  • Table of available matrix factorizations
  • Tables of available special matrix types and availability of optimized methods
  • Table of correspondence between dense and sparse matrix methods
  • Minor speeling fixes

- Table of available matrix factorizations
- Tables of available special matrix types and availability of optimized methods
- Table of correspondence between dense and sparse matrix methods

Minor speeling fixes
ViralBShah pushed a commit that referenced this pull request Apr 10, 2013
@ViralBShah ViralBShah merged commit fea597c into JuliaLang:master Apr 10, 2013
@ViralBShah
Copy link
Member

Really nice!

@jiahao jiahao deleted the doc-special-matrices branch April 10, 2013 04:34
@ViralBShah
Copy link
Member

We really need to combine Arrays, Matrix factorizations, Special matrices, and Sparse matrices into one chapter in the manual. Currently, they are 4 top-level chapters!

@jiahao
Copy link
Member Author

jiahao commented Apr 10, 2013

Oops, I think this is a formatting error with my headings; they are all in the same file arrays.rst.

Having said that, I do think that the entire Arrays chapter could be usefully refactored into two chapters - one dealing solely with low-level implementation issues, and the other primarily dealing with linear algebra. It's quite a long chapter now...

@ViralBShah
Copy link
Member

Yes, good idea to separate the array operations from linear algebra. Stuff like sparse matrices would then also get split into two. The other special matrices are largely linear algebra focussed, but one can do some basic non-linalg operations on those too.

@jiahao jiahao mentioned this pull request Apr 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants