#include <NLPInterfacePack_ExampleBasisSystem.hpp>
Inheritance diagram for NLPInterfacePack::ExampleBasisSystem:

Overridden from BasisSystemComposite | |
| void | update_D (const MatrixOpNonsing &C, const MatrixOp &N, MatrixOp *D, EMatRelations mat_rel) const |
| | |
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. | |
ToDo: Finish documentation!
Definition at line 41 of file NLPInterfacePack_ExampleBasisSystem.hpp.
| 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] |
Definition at line 60 of file NLPInterfacePack_ExampleBasisSystem.cpp.
| void NLPInterfacePack::ExampleBasisSystem::update_D | ( | const MatrixOpNonsing & | C, | |
| const MatrixOp & | N, | |||
| MatrixOp * | D, | |||
| EMatRelations | mat_rel | |||
| ) | const |
1.4.7