|
Stratimikos Package Browser (Single Doxygen Collection)
Version of the Day
|
Public Member Functions | |
| MatrixTestPacket (std::string _matrixFile, double _maxFwdError, int _maxIters, double _maxResid, double _maxSolutionError, double _maxSlackErrorFrac, int _maxPrecIters, double _maxPrecResid, double _maxPrecSolutionError, double _maxPrecSlackErrorFrac) | |
| MatrixTestPacket (std::string _matrixFile, bool _unsymmetric, double _maxFwdError, double _maxError, double _maxResid) | |
| MatrixTestPacket (std::string _matrixFile, double _maxFwdError, int _maxIters, double _maxResid, double _maxSolutionError, double _maxSlackErrorFrac, int _maxPrecIters, double _maxPrecResid, double _maxPrecSolutionError, double _maxPrecSlackErrorFrac) | |
Public Attributes | |
| std::string | matrixFile |
| double | maxFwdError |
| int | maxIters |
| double | maxResid |
| double | maxSolutionError |
| double | maxSlackErrorFrac |
| int | maxPrecIters |
| double | maxPrecResid |
| double | maxPrecSolutionError |
| double | maxPrecSlackErrorFrac |
| bool | unsymmetric |
| double | maxError |
Definition at line 49 of file test_stratimikos_driver.cpp.
| MatrixTestPacket::MatrixTestPacket | ( | std::string | _matrixFile, |
| double | _maxFwdError, | ||
| int | _maxIters, | ||
| double | _maxResid, | ||
| double | _maxSolutionError, | ||
| double | _maxSlackErrorFrac, | ||
| int | _maxPrecIters, | ||
| double | _maxPrecResid, | ||
| double | _maxPrecSolutionError, | ||
| double | _maxPrecSlackErrorFrac | ||
| ) | [inline] |
Definition at line 50 of file test_stratimikos_driver.cpp.
| MatrixTestPacket::MatrixTestPacket | ( | std::string | _matrixFile, |
| bool | _unsymmetric, | ||
| double | _maxFwdError, | ||
| double | _maxError, | ||
| double | _maxResid | ||
| ) | [inline] |
Definition at line 50 of file test_amesos_thyra_driver.cpp.
| MatrixTestPacket::MatrixTestPacket | ( | std::string | _matrixFile, |
| double | _maxFwdError, | ||
| int | _maxIters, | ||
| double | _maxResid, | ||
| double | _maxSolutionError, | ||
| double | _maxSlackErrorFrac, | ||
| int | _maxPrecIters, | ||
| double | _maxPrecResid, | ||
| double | _maxPrecSolutionError, | ||
| double | _maxPrecSlackErrorFrac | ||
| ) | [inline] |
Definition at line 50 of file test_aztecoo_thyra_driver.cpp.
| std::string MatrixTestPacket::matrixFile |
Definition at line 73 of file test_stratimikos_driver.cpp.
Definition at line 74 of file test_stratimikos_driver.cpp.
Definition at line 75 of file test_stratimikos_driver.cpp.
| double MatrixTestPacket::maxResid |
Definition at line 76 of file test_stratimikos_driver.cpp.
Definition at line 77 of file test_stratimikos_driver.cpp.
Definition at line 78 of file test_stratimikos_driver.cpp.
Definition at line 79 of file test_stratimikos_driver.cpp.
Definition at line 80 of file test_stratimikos_driver.cpp.
Definition at line 81 of file test_stratimikos_driver.cpp.
Definition at line 82 of file test_stratimikos_driver.cpp.
Definition at line 53 of file test_amesos_thyra_driver.cpp.
| double MatrixTestPacket::maxError |
Definition at line 55 of file test_amesos_thyra_driver.cpp.
1.7.6.1