CAPD::DynSys Library  6.0.0
Newton.h File Reference
#include <string>
#include <sstream>
#include "capd/newton/NewtonResult.h"
#include "capd/newton/Newton.hpp"

Namespaces

 capd
 
 capd::newton
 

Functions

template<typename IntervalVector , typename IntervalMatrix >
void capd::newton::NewtonInfo (int, IntervalVector, IntervalVector, IntervalVector, IntervalMatrix, IntervalVector)
 Default function for writing details on Newton Proof. You can define your own specification to replace this default function. More...
 
template<typename FloatVector , typename MapType >
NewtonResult capd::newton::NewtonProof (FloatVector &x, double size, MapType &F)
 Rigorous existence proof of a zero of a given function F. More...
 
template<typename MapType >
NewtonResult capd::newton::NewtonProof (const typename MapType::VectorType &x0, const typename MapType::VectorType &X, MapType &F)
 Rigorous existence proof of a zero of a given function F. More...
 
template<typename MapType >
MapType::VectorType capd::newton::NewtonOperator (const typename MapType::VectorType &x0, const typename MapType::VectorType &X, MapType &F)
 Computes Newton operator. More...
 

Detailed Description

Author
Tomasz Kapela