MC++
mc::Specbnd< T >::Options Struct Reference

Options of mc::Specbnd.

#include <specbnd.hpp>

Public Types

enum  HESSBND_STRATEGY { GERSHGORIN =0, HERTZROHN }
 Strategy for computing spectral bounds in interval Hessian matrix. More...
 

Public Member Functions

 Options ()
 Constructor.
 

Public Attributes

HESSBND_STRATEGY HESSBND
 Method to bound eignevalues in interval Hessian matrix using mc::Specbnd::spectral_bound.
 

Member Enumeration Documentation

template<typename T>
enum mc::Specbnd::Options::HESSBND_STRATEGY
Enumerator
GERSHGORIN 

Gershgorin circle's criterion.

HERTZROHN 

Hertz & Rohn's method.


The documentation for this struct was generated from the following file: