mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-02 16:54:10 +08:00
fix a typo triangular assignment
This commit is contained in:
parent
b5fd774775
commit
6f1a0479b3
@ -1127,7 +1127,7 @@ struct triangular_assignment_loop<Kernel, StrictlyUpper, Dynamic, ClearOpposite>
|
||||
kernel.assignCoeff(i, j);
|
||||
if (ClearOpposite)
|
||||
for(Index i = maxi; i < kernel.rows(); ++i)
|
||||
kernel.assignCoeff(i, j) = Scalar(0);
|
||||
kernel.assignCoeff(i, j, Scalar(0));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user