systemSolver->runBasicKinematic();
This commit is contained in:
11
MbDCode/GESpMat.cpp
Normal file
11
MbDCode/GESpMat.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "GESpMat.h"
|
||||
#include "FullColumn.h"
|
||||
#include "SparseMatrix.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
FColDsptr MbD::GESpMat::solvewithsaveOriginal(SpMatDsptr spMat, FColDsptr fullCol, bool saveOriginal)
|
||||
{
|
||||
this->timedSolvewithsaveOriginal(spMat, fullCol, saveOriginal);
|
||||
return answerX;
|
||||
}
|
||||
Reference in New Issue
Block a user