Anasazi
Version of the Day
|
TraceMinBaseInitFailure is thrown when the TraceMinBase solver is unable to generate an initial iterate in the TraceMinBase::initialize() routine. More...
#include <AnasaziTraceMinBase.hpp>
TraceMinBaseInitFailure is thrown when the TraceMinBase solver is unable to generate an initial iterate in the TraceMinBase::initialize() routine.
This exception is thrown from the TraceMinBase::initialize() method, which is called by the user or from the TraceMinBase::iterate() method if isInitialized() == false
.
In the case that this exception is thrown, TraceMinBase::isInitialized() will be false
and the user will need to provide a new initial iterate to the solver.
Definition at line 124 of file AnasaziTraceMinBase.hpp.