Skip to content

Commit

Permalink
AlgebraElement coefficients don't need to be vector
Browse files Browse the repository at this point in the history
  • Loading branch information
kalmarek committed Dec 5, 2023
1 parent 5ce6cb9 commit 91bde4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ end
basis(A::StarAlgebra) = A.basis
object(A::StarAlgebra) = A.object

struct AlgebraElement{A,T,V<:AbstractVector{T}}
struct AlgebraElement{A,T,V}
coeffs::V
parent::A

Expand Down

0 comments on commit 91bde4d

Please sign in to comment.