LinearAlgebra/triangular2/elty1 = Int32/(t1, uplo1) = (LinearAlgebra.UpperTriangular, :U)/elty2 = Float64/(t2, uplo2) = (LinearAlgebra.LowerTriangular, :L) @test_throws DimensionMismatch transpose(A2) * offsizeA
Test trends
Recent test executions