#include <continuation_gmres.hpp>
|
| ContinuationGMRES (const NLP &nlp, const Scalar finite_difference_epsilon, const Scalar zeta) |
|
| ContinuationGMRES ()=default |
|
| ~ContinuationGMRES ()=default |
|
Scalar | optError () const |
|
template<typename VectorType > |
void | eval_fonc (const Scalar t, const MatrixBase< VectorType > &x, const Vector< dim > &solution) |
|
template<typename VectorType1 , typename VectorType2 , typename VectorType3 , typename VectorType4 > |
void | eval_b (const Scalar t, const MatrixBase< VectorType1 > &x, const MatrixBase< VectorType2 > &solution, const MatrixBase< VectorType3 > &solution_update, const MatrixBase< VectorType4 > &b_vec) |
|
template<typename VectorType1 , typename VectorType2 , typename VectorType3 , typename VectorType4 > |
void | eval_Ax (const Scalar t, const MatrixBase< VectorType1 > &x, const MatrixBase< VectorType2 > &solution, const MatrixBase< VectorType3 > &solution_update, const MatrixBase< VectorType4 > &ax_vec) |
|
void | retrive_dummy (Vector< dim > &solution, const Scalar min_dummy) |
|
void | retrive_mu (Vector< dim > &solution) |
|
decltype(auto) | x () const |
|
decltype(auto) | lmd () const |
|
const NLP & | get_nlp () const |
|
void | synchronize_ocp () |
|
|
static constexpr int | nx = NLP::nx |
|
static constexpr int | nu = NLP::nu |
|
static constexpr int | nc = NLP::nc |
|
static constexpr int | dim = NLP::dim |
|
◆ ContinuationGMRES() [1/2]
◆ ContinuationGMRES() [2/2]
◆ ~ContinuationGMRES()
◆ eval_Ax()
template<class NLP >
template<typename VectorType1 , typename VectorType2 , typename VectorType3 , typename VectorType4 >
◆ eval_b()
template<class NLP >
template<typename VectorType1 , typename VectorType2 , typename VectorType3 , typename VectorType4 >
◆ eval_fonc()
template<class NLP >
template<typename VectorType >
◆ get_nlp()
◆ lmd()
◆ optError()
◆ retrive_dummy()
◆ retrive_mu()
◆ synchronize_ocp()
◆ x()
◆ dim
◆ nc
◆ nu
◆ nx
The documentation for this class was generated from the following file: