ZerSol Library  0.0.0
Solver for all zeros of an analytic function that lie within a rectangular region of a complex plane
 All Classes Namespaces Files Functions Typedefs Friends Macros
Classes | Namespaces
zerosolver.hpp File Reference

The declaration and definition of main ZeroSolver class. More...

#include <complex>
#include <iostream>
#include <iomanip>
#include "box.hpp"
#include "tree.hpp"
#include "list.hpp"
#include "function.hpp"
#include "rectangle.hpp"
#include "newton.hpp"
#include "exceptions.hpp"

Classes

class  alg::zersol::Settings< T >
 The class contains settings used by the zeros search algorithm. More...
 
class  alg::zersol::ZeroSolver< T >
 The class implements the search algorithm for all zeros of a complex analytic function contained within a given rectangle. More...
 

Namespaces

namespace  alg
 The namespace contains algorithms frequently used in scientific computations.
 
namespace  alg::zersol
 The namespace contains classes and algorithms for the zeros solver.
 

Detailed Description

The declaration and definition of main ZeroSolver class.