|
MOOCHO Version of the Day
|
Subclass of BasisSystem for example NLP. More...
#include <NLPInterfacePack_ExampleBasisSystem.hpp>

Public Member Functions | |
| ExampleBasisSystem (const VectorSpace::space_ptr_t &space_x, const Range1D &var_dep, const Range1D &var_indep) | |
Calls this->initialize() | |
| void | initialize (const VectorSpace::space_ptr_t &space_x, const Range1D &var_dep, const Range1D &var_indep) |
| Initialize given the vector space for the dependent and independent variables. | |
Overridden from BasisSystemComposite | |
| void | update_D (const MatrixOpNonsing &C, const MatrixOp &N, MatrixOp *D, EMatRelations mat_rel) const |
| | |
Subclass of BasisSystem for example NLP.
ToDo: Finish documentation!
Definition at line 54 of file NLPInterfacePack_ExampleBasisSystem.hpp.
| NLPInterfacePack::ExampleBasisSystem::ExampleBasisSystem | ( | const VectorSpace::space_ptr_t & | space_x, |
| const Range1D & | var_dep, | ||
| const Range1D & | var_indep | ||
| ) |
Calls this->initialize()
Definition at line 52 of file NLPInterfacePack_ExampleBasisSystem.cpp.
| void NLPInterfacePack::ExampleBasisSystem::initialize | ( | const VectorSpace::space_ptr_t & | space_x, |
| const Range1D & | var_dep, | ||
| const Range1D & | var_indep | ||
| ) |
Initialize given the vector space for the dependent and independent variables.
| space_x | [in] |
| var_dep | [in] |
| var_indep | [in] |
ToDo: Finish documentation!
Definition at line 73 of file NLPInterfacePack_ExampleBasisSystem.cpp.
| void NLPInterfacePack::ExampleBasisSystem::update_D | ( | const MatrixOpNonsing & | C, |
| const MatrixOp & | N, | ||
| MatrixOp * | D, | ||
| EMatRelations | mat_rel | ||
| ) | const |
Definition at line 96 of file NLPInterfacePack_ExampleBasisSystem.cpp.
1.7.4