MOOCHO  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
NLPInterfacePack::ExampleBasisSystem Class Reference

Subclass of BasisSystem for example NLP. More...

#include <NLPInterfacePack_ExampleBasisSystem.hpp>

Inheritance diagram for NLPInterfacePack::ExampleBasisSystem:
Inheritance graph
[legend]

Public Member Functions

 ExampleBasisSystem (const VectorSpace::space_ptr_t &space_x, const Range1D &var_dep, const Range1D &var_indep)
 Calls this->initialize() More...
 
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. More...
 

Overridden from BasisSystemComposite

void update_D (const MatrixOpNonsing &C, const MatrixOp &N, MatrixOp *D, EMatRelations mat_rel) const
 

Detailed Description

Subclass of BasisSystem for example NLP.

ToDo: Finish documentation!

Definition at line 54 of file NLPInterfacePack_ExampleBasisSystem.hpp.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.

Parameters
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.


The documentation for this class was generated from the following files: