We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128ea14 commit 6ab5476Copy full SHA for 6ab5476
README.md
@@ -2,6 +2,14 @@ SymmetricFormats.jl defines the `SymmetricPacked` type which concatenates the
2
columns of either the upper or lower triangle into a vector thereby using
3
only a little more than half the memory.
4
5
+Other formats to efficiently store symmetric matrices, which
6
+are not (yet) implemented here, include recursive packed (RP;
7
+Andersen et al 2001, 2002), square block packed (SBP; Gustavson
8
+2003), block packed hybrid (BPH; Andersen et al 2005, gustavson et
9
+al 2007), and rectangular full packed (RFP; Gustavson et al 2009). See
10
+[GenericLinearAlgebra.jl](https://github.com/JuliaLinearAlgebra/GenericLinearAlgebra.jl)
11
+for an Julian implementation of RFP.
12
+
13
```
14
julia> using SymmetricFormats
15
0 commit comments