CAPD::DynSys Library  6.0.0
Newton.hpp File Reference
#include <stdexcept>
#include "capd/newton/Newton.h"
#include "capd/matrixAlgorithms/floatMatrixAlgorithms.hpp"

Namespaces

 capd
 
 capd::newton
 

Functions

template<typename FloatVector , typename MapType >
NewtonResult capd::newton::NewtonProof (const FloatVector &x, double size, MapType &F)
 
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