Row of Submatrix no longer working

Issue #124 resolved
Jannik Schürg created an issue

Hi Klaus,

thanks for the tutorial about custom data members.

I noticed that since cd7c2ae the following snippet does no longer compile

DynamicMatrix<double> A(10, 10);
row(submatrix(A, 0, 0, 1, 1), 0) = row(submatrix(A, 1, 1, 1, 1), 0);

I am using the Intel compiler 2017.4 on Linux.

Kind regards,

Jannik

Comments (4)

  1. Klaus Iglberger

    Hi Jannik!

    We can reproduce the issue on every compiler. We apologize for this oversight and the inconvenience.

    Best regards,

    Klaus!

  2. Klaus Iglberger

    Commit 148e978 fixes the compilation issue of nested views. The fix is immediately available via cloning the Blaze repository and will be officially released in Blaze 3.2.

  3. Log in to comment