|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
Deprecated. More...
#include <Thyra_SolveSupportTypes.hpp>
Public Member Functions | |
| BlockSolveCriteria () | |
| | |
| BlockSolveCriteria (const SolveCriteria< Scalar > &_solveCriteria, int _numRhs) | |
| | |
Public Attributes | |
| SolveCriteria< Scalar > | solveCriteria |
| Solve tolerance struct. | |
| int | numRhs |
| Number of RHS that solve tolerance applies to. | |
Deprecated.
Definition at line 372 of file Thyra_SolveSupportTypes.hpp.
| Thyra::BlockSolveCriteria< Scalar >::BlockSolveCriteria | ( | ) | [inline] |
Definition at line 378 of file Thyra_SolveSupportTypes.hpp.
| Thyra::BlockSolveCriteria< Scalar >::BlockSolveCriteria | ( | const SolveCriteria< Scalar > & | _solveCriteria, |
| int | _numRhs | ||
| ) | [inline] |
Definition at line 382 of file Thyra_SolveSupportTypes.hpp.
| SolveCriteria<Scalar> Thyra::BlockSolveCriteria< Scalar >::solveCriteria |
Solve tolerance struct.
Definition at line 374 of file Thyra_SolveSupportTypes.hpp.
| int Thyra::BlockSolveCriteria< Scalar >::numRhs |
Number of RHS that solve tolerance applies to.
Definition at line 376 of file Thyra_SolveSupportTypes.hpp.
1.7.4