Registry
|
Public Member Functions | |
bool | apply (Vector *unnamed, const Vector *unnamed) |
bool | apply_update_defect (Vector *unnamed, Vector *unnamed) |
SmartPtr< ILinearIterator > | clone () |
returns a clone of the object which can be modified independently More... | |
std::string | config_string () const |
string to display configuration of the linear iterator More... | |
bool | init (SmartPtr< ILinearOperator > unnamed) |
const char * | name () const |
void | set_damp (double damp) |
set the damping to a number More... | |
Private Member Functions | |
ILinearIterator ()=delete | |
Constructor hidden / deactivated. More... | |
|
privatedelete |
Constructor hidden / deactivated.
[in] | unnamed | |
[in] | unnamed |
References ILinearIterator< X, Y >::apply().
[in] | unnamed | |
[in] | unnamed |
References ILinearIterator< X, Y >::apply_update_defect().
|
inline |
returns a clone of the object which can be modified independently
References ILinearIterator< X, Y >::clone().
|
inline |
string to display configuration of the linear iterator
References ILinearIterator< X, Y >::config_string().
|
inline |
[in] | unnamed |
References ILinearIterator< X, Y >::init().
|
inline |
References ILinearIterator< X, Y >::name().
|
inline |