Anasazi  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
Anasazi::Experimental::TraceMinBaseInitFailure Class Reference

TraceMinBaseInitFailure is thrown when the TraceMinBase solver is unable to generate an initial iterate in the TraceMinBase::initialize() routine. More...

#include <AnasaziTraceMinBase.hpp>

Inheritance diagram for Anasazi::Experimental::TraceMinBaseInitFailure:
Anasazi::AnasaziError

List of all members.


Detailed Description

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 142 of file AnasaziTraceMinBase.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends