Skip to content

Commit 5752b64

Browse files
committed
Fix comment
1 parent 0b9fdbf commit 5752b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/approximations/nystrom.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function nystrom_pinv!(Cs::Matrix{T}, tol::T=eps(T)*size(Cs,1)) where {T<:Abstra
4242
return LinearAlgebra.copytri!(W, 'U')
4343
end
4444

45-
"""
45+
@doc raw"""
4646
NystromFact
4747
4848
Type for storing a Nystrom factorization. The factorization contains two fields: `W` and

0 commit comments

Comments
 (0)