Skip to content

Commit ee320a8

Browse files
committed
fixed hermitian example
1 parent 6e2ff84 commit ee320a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ L factor:
108108
0.707107 1.22474
109109
0.707107 -0.408248 1.1547
110110

111-
julia> ArfpL = HermitianRFP(TriangularRFP(float.(A), :L))
111+
julia> ArfpL = Hermitian(TriangularRFP(float.(A), :L))
112112
3×3 HermitianRFP{Float64}:
113113
2.0 1.0 1.0
114114
1.0 2.0 0.0

0 commit comments

Comments
 (0)