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> A =Tridiagonal(-rand(4),rand(5)+2, -rand(4))
5x5 Base.LinAlg.Tridiagonal{Float64}:2.21797-0.4940580.00.00.0-0.5714472.98739-0.4340640.00.00.0-0.7903232.56-0.1237970.00.00.0-0.4510372.6055-0.4186960.00.00.0-0.1208472.47719
julia> F =lufact(A)
Base.LinAlg.LU{Float64,Base.LinAlg.Tridiagonal{Float64}}(5x5 Base.LinAlg.Tridiagonal{Float64}:2.21797-0.4940580.00.00.0-0.2576442.8601-0.4340640.00.00.0-0.2763272.44006-0.1237970.00.00.0-0.1848472.58262-0.4186960.00.00.0-0.04679262.4576 ,[1,2,3,4,5],0)
julia>full(F)
ERROR: MethodError:`getindex` has no method matching getindex(::Base.LinAlg.LU{Float64,Base.LinAlg.Tridiagonal{Float64}}, ::Symbol)
in full at linalg/lu.jl:358
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: