Skip to content

Commit

Permalink
Added throw test for hetrs_rook!
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt committed Feb 29, 2016
1 parent b544077 commit c7c1754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/linalg/lapack.jl
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ for elty in (Complex64, Complex128)
B = copy(A)
B,ipiv = LAPACK.hetrf!('U',B)
@test_throws DimensionMismatch LAPACK.hetrs!('U',B,ipiv,rand(elty,11,5))
@test_throws DimensionMismatch LAPACK.hetrs_rook!('U',B,ipiv,rand(elty,11,5))
end

# stev, stebz, stein, stegr
Expand Down

0 comments on commit c7c1754

Please sign in to comment.