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
It would be nice to simply define a Matrix of FixedEffects, i.e. maybe using the https://github.com/Jutho/LinearMaps.jl framework.
Users can then directly use any external solver to solve for Ax = b. The sparse stuff would be for free with convert(SparseMatrixCSC, A::LinearMap) method.
One potential issue is that I may lose the preconditioning in LSMR. Maybe define mul! with preconditionner and without preconditionner.
The text was updated successfully, but these errors were encountered:
matthieugomez
changed the title
Matrix of Fixed Effects as LinearMapr
Matrix of Fixed Effects as LinearMap
Jan 2, 2019
It would be nice to simply define a Matrix of FixedEffects, i.e. maybe using the https://github.com/Jutho/LinearMaps.jl framework.
Users can then directly use any external solver to solve for
Ax = b
. The sparse stuff would be for free withconvert(SparseMatrixCSC, A::LinearMap)
method.One potential issue is that I may lose the preconditioning in LSMR. Maybe define
mul!
with preconditionner and without preconditionner.The text was updated successfully, but these errors were encountered: