From 0981389431dff48a76dd0d8fde9aceebb9611bd5 Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:23:33 -0400 Subject: [PATCH] Typo --- lib/mps/matrix.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mps/matrix.jl b/lib/mps/matrix.jl index a9d18fee..5a94e916 100644 --- a/lib/mps/matrix.jl +++ b/lib/mps/matrix.jl @@ -213,7 +213,7 @@ end """ matmul!(a::MtlMatrix, b::MtlMatrix, c::MtlMatrix, alpha=1, beta=1, transpose_left=false, transpose_right=false) -A `MPSMatrixMultiplication` kernel thay computes: +A `MPSMatrixMultiplication` kernel that computes: `c = alpha * op(a) * beta * op(b) + beta * C` This function should not typically be used. Rather, use the normal `LinearAlgebra` interface