src/matrix.jl
changed.
Other files ignored by Codecov
test/constructors.jl
has changed.
Project.toml
has changed.
184 | 184 | ||
185 | 185 | return IntervalMatrix(map((x, y) -> x ± y, C, S)) |
|
186 | 186 | end |
|
187 | + | ||
188 | + | for op in (:Adjoint, :Bidiagonal, :Diagonal, :Hermitian, |
|
189 | + | :SymTridiagonal, :Symmetric, :Transpose, :Tridiagonal, :UpperHessenberg) |
|
190 | + | @eval LinearAlgebra.$op(A::IntervalMatrix) = IntervalMatrix($op(A.mat)) |
|
191 | + | end |
Files | Coverage |
---|---|
src | 90.05% |
Project Totals (11 files) | 90.05% |
1 |
comment: false |