From d6ca5c2845b4d8524ce0a96e105f1294154e3d5a Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Thu, 19 Sep 2024 02:41:10 -0300 Subject: [PATCH] Update matrix.jl (#421) [skip tests] --- lib/mps/matrix.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mps/matrix.jl b/lib/mps/matrix.jl index 158827dc1..9eb86d75b 100644 --- a/lib/mps/matrix.jl +++ b/lib/mps/matrix.jl @@ -282,7 +282,7 @@ Uses `MPSMatrixFindTopK`. See also: [`topk`](@ref). -!!! warn +!!! warning This interface is experimental, and might change without warning. """ function topk!(A::MtlMatrix{T}, I::MtlMatrix{UInt32}, V::MtlMatrix{T}, k) where {T<:MtlFloat} @@ -325,7 +325,7 @@ Uses `MPSMatrixFindTopK`. See also: [`topk!`](@ref). -!!! warn +!!! warning This interface is experimental, and might change without warning. """ function topk(A::MtlMatrix{T,S}, k) where {T<:MtlFloat,S}