Skip to content

Commit 0a0584d

Browse files
committed
dpp: add TODO to check orthogonality
1 parent 7f0fed1 commit 0a0584d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/dpp.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Random samples from determinantal point processes
22

3-
@doc doc"""
3+
"""
44
Computes a random sample from the determinantal point process defined by the
55
spectral factorization object `L`.
66
@@ -40,7 +40,9 @@ References:
4040
archivePrefix = {arXiv},
4141
eprint = {1207.6083},
4242
}
43-
""" ->
43+
44+
TODO Check loss of orthogonality - a tip from Zelda Mariet
45+
"""
4446
function rand{S<:Real,T}(L::Base.LinAlg.Eigen{S,T})
4547
N = length(L.values)
4648
J = Int[]

0 commit comments

Comments
 (0)