realroot_doc 0.1.1
IntervalNewton< INT, C > Struct Template Reference

#include <solver_uv_interval_newton.hpp>

List of all members.

Public Types

Public Member Functions

Public Attributes


Detailed Description

template<class INT, class C>
struct mmx::IntervalNewton< INT, C >

Examples:

solver_uv_inewton_test.cpp.

Definition at line 231 of file solver_uv_interval_newton.hpp.


Member Typedef Documentation

typedef INT::boundary_type BT

Definition at line 234 of file solver_uv_interval_newton.hpp.

typedef Seq<INT> solutions_t

Definition at line 235 of file solver_uv_interval_newton.hpp.

typedef interval_newton<INT, C> solver_t

Definition at line 233 of file solver_uv_interval_newton.hpp.


Constructor & Destructor Documentation

IntervalNewton ( INT  approx_,
BT  delta_ = 0 
) [inline]

Definition at line 241 of file solver_uv_interval_newton.hpp.

: initial_approx(approx_), delta(delta_), status(0) { };

Member Data Documentation

Definition at line 238 of file solver_uv_interval_newton.hpp.

Referenced by mmx::solve().

Definition at line 237 of file solver_uv_interval_newton.hpp.

Referenced by mmx::solve().

int status

Definition at line 239 of file solver_uv_interval_newton.hpp.

Referenced by mmx::solve().


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