42 #ifndef EXAMPLE_BASIS_SYSTEM_H
43 #define EXAMPLE_BASIS_SYSTEM_H
45 #include "NLPInterfacePack_Types.hpp"
46 #include "AbstractLinAlgPack_BasisSystemComposite.hpp"
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.
Range1D var_indep() const
Subclass of BasisSystem for example NLP.