mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
committed by
Chip Kerchner
parent
fe973ab0c5
commit
748e0a6517
@@ -455,7 +455,8 @@ ArpackGeneralizedSelfAdjointEigenSolver<MatrixType, MatrixSolver, BisSPD>::compu
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!(mode == 1 && isBempty) && !(mode == 2 && isBempty) && OP.info() != Success) {
|
if (!(mode == 1 && isBempty) && !(mode == 2 && isBempty) && OP.info() != Success) {
|
||||||
m_info = OP.info() delete[] v;
|
m_info = OP.info();
|
||||||
|
delete[] v;
|
||||||
delete[] iparam;
|
delete[] iparam;
|
||||||
delete[] ipntr;
|
delete[] ipntr;
|
||||||
delete[] workd;
|
delete[] workd;
|
||||||
|
|||||||
Reference in New Issue
Block a user