Open
Description
From the docs of Base.:*
Return the CompositeMap ALinearMap(X), interpreting the matrix X as a linear operator, rather than a collection of column vectors. To compute the action of A on each column of X, call Matrix(AX) or use the in-place multiplication mul!(Y, A, X[, α, β]) with an appropriately sized, preallocated matrix Y.
This is annoying when eg implementing block iterative solvers. Is there any reason this does that instead of just applying A on each column?
Metadata
Metadata
Assignees
Labels
No labels