Skip to content

Commit 32edf68

Browse files
committed
ensure MatrixAlgebraKit.truncate doesn't refer to Main.truncate
1 parent 87ff284 commit 32edf68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/algorithms.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ Given a factorization function `f` and truncation `strategy`, truncate the facto
186186
that the rows or columns at the indices `ind` are kept.
187187
188188
See also [`findtruncated`](@ref) and [`findtruncated_svd`](@ref) for determining the indices.
189-
""" truncate
189+
"""
190+
function truncate end
190191

191192
@deprecate truncate!(args...) first(truncate(args...))
192193

0 commit comments

Comments
 (0)