Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Dec 18, 2024
1 parent 5a8daaa commit 0981389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mps/matrix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0981389

Please sign in to comment.