Skip to content

Multiplying sparse matrix with vector as diagonal matrix from the left

Submitted by Sabrina

Assigned to Nobody

Link to original bugzilla bug (#611)
Version: 3.2

Description

Created attachment 344
Test for multiplying a vector as diagonal with a sparse matrix.

Dear Eigen developers,

when trying to multiply a vector as diagonal matrix with a sparse matrix from the left the code does not compile, while multiplying it from the right works.
The same code works when a dense matrix is considered.

Attachment 344, "Test for multiplying a vector as diagonal with a sparse matrix.":
productAsDiagonalSparseMatrix.cpp

Blocking

#387 (closed)

Edited by Eigen Bugzilla