Developer documentation

mmx::realroot::strgy::newton< system, _previous_ > Struct Template Reference

#include <strgy_newton.h>

Inheritance diagram for mmx::realroot::strgy::newton< system, _previous_ >:

Public Types

typedef system::creal_t creal_t
 
typedef system::sz_t sz_t
 
typedef system::interval_t interval_t
 

Public Member Functions

bool process (system *slv)
 

Member Typedef Documentation

template<class system , class _previous_ = empty<system>>
typedef system::creal_t mmx::realroot::strgy::newton< system, _previous_ >::creal_t
template<class system , class _previous_ = empty<system>>
typedef system::interval_t mmx::realroot::strgy::newton< system, _previous_ >::interval_t
template<class system , class _previous_ = empty<system>>
typedef system::sz_t mmx::realroot::strgy::newton< system, _previous_ >::sz_t

Member Function Documentation

template<class system , class _previous_ = empty<system>>
bool mmx::realroot::strgy::newton< system, _previous_ >::process ( system slv)
inline

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