We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121c971 commit 5848dfcCopy full SHA for 5848dfc
1 file changed
src/sampling.jl
@@ -22,7 +22,7 @@ function _ensure_pos_def(mat::AbstractMatrix, tol=1e-8)
22
corrected_mat = (corrected_mat_almost_symm + corrected_mat_almost_symm') / 2
23
24
return corrected_mat
25
-endvarstool
+end
26
27
28
"""
0 commit comments