42 #ifndef EXAMPLE_BASIS_SYSTEM_H
43 #define EXAMPLE_BASIS_SYSTEM_H
48 namespace NLPInterfacePack {
61 const VectorSpace::space_ptr_t &
space_x
75 const VectorSpace::space_ptr_t &space_x
85 const MatrixOpNonsing &
C
101 #endif // EXAMPLE_BASIS_SYSTEM_H
void update_D(const MatrixOpNonsing &C, const MatrixOp &N, MatrixOp *D, EMatRelations mat_rel) const
const VectorSpace::space_ptr_t & space_x() const
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.
const f_int const f_int & N
Range1D var_indep() const
Simple BasisSystem subclass the case where the client sets up seperate C and N matrices.
RangePack::Range1D Range1D
Subclass of BasisSystem for example NLP.