-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
I encoutered the following errors:
julia> L = LinearOperator(rand(2,2))
Linear operator
nrow: 2
ncol: 2
eltype: Float64
symmetric: false
hermitian: false
julia> -L'
ERROR: type AdjointLinearOperator has no field nrow
Stacktrace:
[1] getproperty(::Any, ::Symbol) at .\Base.jl:20
[2] -(::AdjointLinearOperator{Float64,getfield(LinearOperators, Symbol("##10#13")){Array{Float64,2}},getfield(LinearOperators, Symbol("##11#14")){Array{Float64,2}},getfield(LinearOperators, Symbol("##12#15")){Array{Float64,2}}}) at C:\Users\Andreas\.julia\packages\LinearOperators\La2Ey\src\LinearOperators.jl:260
[3] top-level scope at REPL[56]:1
julia> 2*L'
ERROR: type AdjointLinearOperator has no field nrow
Stacktrace:
[1] getproperty(::Any, ::Symbol) at .\Base.jl:20
[2] *(::Int64, ::AdjointLinearOperator{Float64,getfield(LinearOperators, Symbol("##10#13")){Array{Float64,2}},getfield(LinearOperators, Symbol("##11#14")){Array{Float64,2}},getfield(LinearOperators, Symbol("##12#15")){Array{Float64,2}}}) at C:\Users\Andreas\.julia\packages\LinearOperators\La2Ey\src\LinearOperators.jl:311
[3] top-level scope at REPL[57]:1
Metadata
Metadata
Assignees
Labels
No labels