-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- Find a way to implement
lmul!
andrmul!
for special operators such as OpDiagonal (maybe create separate LinearOperator types, or create aSpecialLinearOperator
type that haslmul!
andrmul!
in its definition) - 5-args
mul!
with LBFGS (only 3-argsmul!
is implemented for now) - Operations with LBFGS operators such as
+
,*
. - Flip expressions (see test_callable.jl) is not very convenient
kron
,opInverse
,opLDL
... are not in-place- We have to write
y = - (op * x)
instead ofy = - op * x
if we use LBFGS or LSR1 operators (linked to 3. )
Metadata
Metadata
Assignees
Labels
No labels