Go to the source code of this file.
Classes | |
| class | Playa::OptState |
| OptState encapsulates the current state of an optimization run, for use in convergence testing. More... | |
Namespaces | |
| namespace | Playa |
| Playa is a collection of high-level objects for linear algebra. | |
Enumerations | |
| enum | Playa::OptStatus { Playa::Opt_Continue, Playa::Opt_Converged, Playa::Opt_DirectionFailure, Playa::Opt_ExceededMaxiters, Playa::Opt_LineSearchFailed, Playa::Opt_Crashed } |
| OptStatus provides diagnostic information on the current state of an optimization run. More... | |