You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>using StaticArrays
julia>VERSIONv"1.0.0"
julia> SA =SMatrix{2,2}(rand(2,2))
2×2 SArray{Tuple{2,2},Float64,2,4}:0.4823890.3363010.627710.99892
julia> b =randn(2)
2-element Array{Float64,1}:-0.0417814723572702071.3893351603468183
julia> SA \ b
ERROR: MethodError: no method matching adjoint(::StaticArrays.LU{LowerTriangular{Float64,SArray{Tuple{2,2},Float64,2,4}},UpperTriangular{Float64,SArray{Tuple{2,2},Float64,2,4}},SArray{Tuple{2},Int64,1,2}})
Closest candidates are:adjoint(::Missing) at missing.jl:79adjoint(::Number) at number.jl:193adjoint(::Adjoint{#s177,#s176}where#s176<:Union{StaticArray{Tuple{N},T,1} where T where N, StaticArray{Tuple{N,M},T,2} where T where M where N} where #s177) at /home/tamas/.julia/packages/StaticArrays/Ze5H3/src/linalg.jl:78...
Stacktrace:
[1] \(::StaticArrays.LU{LowerTriangular{Float64,SArray{Tuple{2,2},Float64,2,4}},UpperTriangular{Float64,SArray{Tuple{2,2},Float64,2,4}},SArray{Tuple{2},Int64,1,2}}, ::Array{Float64,1}) at ./operators.jl:536
[2] \(::SArray{Tuple{2,2},Float64,2,4}, ::Array{Float64,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/LinearAlgebra/src/generic.jl:870
[3] top-level scope at none:0
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: