You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Insert a trivial vector space, isomorphic to the underlying field, at position `i`,
255
255
which can be specified as an `Int` or as `Val(i)` for improved type stability.
256
256
More specifically, adds a left monoidal unit or its dual.
257
257
258
-
See also [`insertrightunitspace`](@ref insertrightunitspace(::ProductSpace, ::Val{i}) where {i}), [`removeunitspace`](@ref removeunitspace(::ProductSpace, ::Val{i}) where {i}).
258
+
See also [`insertrightunit`](@ref insertrightunit(::ProductSpace, ::Val{i}) where {i}), [`removeunit`](@ref removeunit(::ProductSpace, ::Val{i}) where {i}).
Insert a trivial vector space, isomorphic to the underlying field, after position `i`,
284
284
which can be specified as an `Int` or as `Val(i)` for improved type stability.
285
285
More specifically, adds a right monoidal unit or its dual.
286
286
287
-
See also [`insertleftunitspace`](@ref insertleftunitspace(::ProductSpace, ::Val{i}) where {i}), [`removeunitspace`](@ref removeunitspace(::ProductSpace, ::Val{i}) where {i}).
287
+
See also [`insertleftunit`](@ref insertleftunit(::ProductSpace, ::Val{i}) where {i}), [`removeunit`](@ref removeunit(::ProductSpace, ::Val{i}) where {i}).
0 commit comments