(broken) gettin' some sleep

This commit is contained in:
John Dupuy
2023-11-04 00:04:07 -05:00
parent 67bef75bab
commit 8408c2245e
29 changed files with 1117 additions and 946 deletions

View File

@@ -63,7 +63,7 @@ void LDUFullMat::postSolve()
void LDUFullMat::preSolvesaveOriginal(FMatDsptr fullMat, bool saveOriginal)
{
if (saveOriginal) {
matrixA = toFMDsptr(fullMat->copy());
matrixA = fullMat->copy();
}
else {
matrixA = fullMat;