Skip to content

Commit 8eed5ac

Browse files
authored
fix det (#276)
1 parent d3a7aba commit 8eed5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function Base.inv(A::Matrix{T}) where {T <: SymbolicObject}
6464
A.inv()
6565
end
6666

67-
function LinearAlgebra.det(A::AbstractArray{T,N}) where {T <: SymbolicObject,N}
67+
function LinearAlgebra.det(A::Matrix{T}) where {T <: Sym}
6868
A.det()
6969
end
7070

0 commit comments

Comments
 (0)