RFC: Expands array doc#2807
RFC: Expands array doc#2807ViralBShah merged 1 commit intoJuliaLang:masterfrom jiahao:doc-special-matrices
Conversation
- 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
|
Really nice! |
|
We really need to combine |
|
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 |
|
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. |
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: