|
|
typedef std::function< boost::numeric::ublas::vector< double >const boost::numeric::ublas::vector< double > &x)> | function_type |
| | In newton method, dimension of domain and dimension of region must be same.
|
| |
|
typedef std::function< boost::numeric::ublas::matrix< double >const boost::numeric::ublas::vector< double > &x)> | derivative_type |
| | In newton method, matrix must be square matrix.
|
| |
|
|
boost::numeric::ublas::vector< double > | solve (const boost::numeric::ublas::vector< double > &x0) const |
| |
| const INewtonMethod & | cast () |
| |
| bool | operator== (const INewtonMethod &o) const |
| |
| std::shared_ptr< INewtonMethod > | clone () const |
| |
|
|
virtual boost::numeric::ublas::vector< double > | doSolve (const boost::numeric::ublas::vector< double > &x0) const =0 |
| |
The documentation for this class was generated from the following files: