We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this line
https://github.com/JuliaReach/IntervalMatrices.jl/blob/master/src/exponential.jl#L91
both W and E are just of type Matrix{Interval} instead of IntervalMatrix.
W
E
Matrix{Interval}
IntervalMatrix
The text was updated successfully, but these errors were encountered:
Merge pull request #52 from JuliaReach/schillic/51
535e22b
#51 - Matrix type not preserved in operations
schillic
Successfully merging a pull request may close this issue.
In this line
https://github.com/JuliaReach/IntervalMatrices.jl/blob/master/src/exponential.jl#L91
both
W
andE
are just of typeMatrix{Interval}
instead ofIntervalMatrix
.The text was updated successfully, but these errors were encountered: