```julia using LinearOperators A = LinearOperator(rand(10,10)) - A' * ones(10) ERROR: type AdjointLinearOperator has no field nrow ```