SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
SolveLinearSystemAlgoTests.cc File Reference
#include <Testing/Utils/SCIRunUnitTests.h>
#include <fstream>
#include <boost/filesystem.hpp>
#include <Core/Algorithms/Math/LinearSystem/SolveLinearSystemAlgo.h>
#include <Core/Algorithms/DataIO/ReadMatrix.h>
#include <Core/Algorithms/DataIO/WriteMatrix.h>
#include <Core/Datatypes/DenseMatrix.h>
#include <Core/Datatypes/DenseColumnMatrix.h>
#include <Core/Datatypes/SparseRowMatrix.h>
#include <Core/Datatypes/MatrixComparison.h>
#include <Core/Datatypes/MatrixTypeConversions.h>
#include <Core/Datatypes/MatrixIO.h>
#include <Core/Algorithms/Base/AlgorithmVariableNames.h>
#include <Testing/Utils/MatrixTestUtilities.h>

Functions

void CanSolveDarrellWithMethod (const std::string &method, double solutionError)
 
 TEST (SolveLinearSystemTests, CanSolveDarrell_CG)
 
 TEST (SolveLinearSystemTests, CanSolveDarrell_BICG)
 
 TEST (SolveLinearSystemTests, CanSolveDarrell_Jacobi)
 
 TEST (SolveLinearSystemTests, CanSolveDarrell_MINRES)
 

Function Documentation

void CanSolveDarrellWithMethod ( const std::string &  method,
double  solutionError 
)
TEST ( SolveLinearSystemTests  ,
CanSolveDarrell_CG   
)
Todo:
: investigate this significant difference
TEST ( SolveLinearSystemTests  ,
CanSolveDarrell_BICG   
)
TEST ( SolveLinearSystemTests  ,
CanSolveDarrell_Jacobi   
)
Todo:
: doesn't converge for this system. Problem?
TEST ( SolveLinearSystemTests  ,
CanSolveDarrell_MINRES   
)
Todo:
: converges but not as accurate.