Commit 2025-07-30 23:31 cdda99e2

View on Github →

fix(LinearAlgebra/TensorProduct): fix ⊗ₜ[R] precedence (#27589) This PR makes ⊗ₜ[R] have the same precedence as the infixl ⊗ₜ notation. This also affects the pretty printer, making it consistent with ⊗ₜ.

Estimated changes