Skip to content

Commit 6ab5476

Browse files
committed
mention other packed formats
1 parent 128ea14 commit 6ab5476

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ SymmetricFormats.jl defines the `SymmetricPacked` type which concatenates the
22
columns of either the upper or lower triangle into a vector thereby using
33
only a little more than half the memory.
44

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+
513
```
614
julia> using SymmetricFormats
715

0 commit comments

Comments
 (0)