|
| ublas::vector< double > | operator() (const ublas::vector< double > &p, const ublas::vector< double > &x) |
| | solve $\mathrm{argimin}_{\alpha}(x + \alpha p)$ More...
|
| |
| const ILineSearcher & | cast () |
| |
| bool | operator== (const ILineSearcher &o) const |
| |
| std::shared_ptr< ILineSearcher > | clone () const |
| |
|
|
virtual ublas::vector< double > | doOperatorParenthesis (const ublas::vector< double > &p, const ublas::vector< double > &x)=0 |
| |
| ublas::vector< double > ILineSearcher::operator() |
( |
const ublas::vector< double > & |
p, |
|
|
const ublas::vector< double > & |
x |
|
) |
| |
solve $\mathrm{argimin}_{\alpha}(x + \alpha p)$
- Parameters
-
- Returns
- $\mathrm{argmin}_{\alpha}(x + \alpha p)$
The documentation for this class was generated from the following files: