Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmul1114 committed Jan 12, 2024
1 parent e9680f6 commit ebc5455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gcp-opt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function mttkrp(X, U, n)
return Rn
end

function khatrirao(A::Vararg{T,N}) where {T<:AbstactMatrix,N}
function khatrirao(A::Vararg{T,N}) where {T<:AbstractMatrix,N}
r = size(A[1],2)
R = ntuple(Val(N)) do k
dims = (ntuple(i->1,Val(N-k))..., :, ntuple(i->1,Val(k-1))..., r)
Expand Down

0 comments on commit ebc5455

Please sign in to comment.