#include <PlayaSolverState.hpp>
Public Member Functions | |
| SolverState (SolverStatusCode finalState, const std::string &msg, int finalIters, const Scalar &finalResid) | |
| SolverState () | |
| const Scalar & | finalResid () const |
| int | finalIters () const |
| const SolverStatusCode & | finalState () const |
| const std::string & | finalMsg () const |
| std::string | stateDescription () const |
Definition at line 27 of file PlayaSolverState.hpp.
| Playa::SolverState< Scalar >::SolverState | ( | SolverStatusCode | finalState, | |
| const std::string & | msg, | |||
| int | finalIters, | |||
| const Scalar & | finalResid | |||
| ) | [inline] |
Definition at line 31 of file PlayaSolverState.hpp.
| Playa::SolverState< Scalar >::SolverState | ( | ) | [inline] |
Definition at line 40 of file PlayaSolverState.hpp.
| const Scalar& Playa::SolverState< Scalar >::finalResid | ( | ) | const [inline] |
Definition at line 43 of file PlayaSolverState.hpp.
| int Playa::SolverState< Scalar >::finalIters | ( | ) | const [inline] |
Definition at line 46 of file PlayaSolverState.hpp.
| const SolverStatusCode& Playa::SolverState< Scalar >::finalState | ( | ) | const [inline] |
Definition at line 49 of file PlayaSolverState.hpp.
| const std::string& Playa::SolverState< Scalar >::finalMsg | ( | ) | const [inline] |
Definition at line 52 of file PlayaSolverState.hpp.
| std::string Playa::SolverState< Scalar >::stateDescription | ( | ) | const [inline] |
Definition at line 55 of file PlayaSolverState.hpp.