fix solve bug
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Recon
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<std::vector<Aurora::Matrix>> solveParameterIterator(Aurora::Sparse M, const Aurora::Matrix &b,
|
std::vector<std::vector<Aurora::Matrix>> solveParameterIterator(Aurora::Sparse M, Aurora::Matrix &b,
|
||||||
const Aurora::Matrix &dims, bool oneIter, bool nonNeg)
|
const Aurora::Matrix &dims, bool oneIter, bool nonNeg)
|
||||||
{
|
{
|
||||||
if (Recon::transParams::name == "TVAL3"){
|
if (Recon::transParams::name == "TVAL3"){
|
||||||
|
|||||||
Reference in New Issue
Block a user