Skip to content

Commit

Permalink
fixup! Add otimes as alternative for ⊗
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Mar 30, 2024
1 parent 4ae542f commit b7897ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tensors/linalg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ end
# tensor product of tensors
"""
⊗(t1::AbstractTensorMap{S}, t2::AbstractTensorMap{S}, ...) -> TensorMap{S}
otimes(t1::AbstractTensorMap{S}, t2::AbstractTensorMap{S}, ...) -> TensorMap{S}
Compute the tensor product between two `AbstractTensorMap` instances, which results in a
new `TensorMap` instance whose codomain is `codomain(t1) ⊗ codomain(t2)` and whose domain
Expand Down

0 comments on commit b7897ba

Please sign in to comment.