mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-03 10:14:04 +08:00
make sure we do not solve with a null right hand side
This commit is contained in:
parent
fd32697074
commit
05af70a958
@ -200,7 +200,7 @@ template<typename Solver> void check_sparse_spd_solving(Solver& solver)
|
||||
SpMat B(size,rhsCols);
|
||||
DenseVector b = DenseVector::Random(size);
|
||||
DenseMatrix dB(size,rhsCols);
|
||||
initSparse<Scalar>(density, dB, B);
|
||||
initSparse<Scalar>(density, dB, B, ForceNonZeroDiag);
|
||||
|
||||
for (int i = 0; i < g_repeat; i++) {
|
||||
check_sparse_solving(solver, A, b, dA, b);
|
||||
|
Loading…
x
Reference in New Issue
Block a user