, including all inherited members.
| A | ExportLinearSolver | [protected] |
| addLogRecord(LogRecord &_record) | AlgorithmicBase | [inline] |
| addOption(OptionsName name, int value) | AlgorithmicBase | [inline] |
| addOption(OptionsName name, double value) | AlgorithmicBase | [inline] |
| addOption(uint idx, OptionsName name, int value) | AlgorithmicBase | [inline] |
| addOption(uint idx, OptionsName name, double value) | AlgorithmicBase | [inline] |
| addOptionsList() | AlgorithmicBase | |
| AlgorithmicBase() | AlgorithmicBase | |
| AlgorithmicBase(UserInteraction *_userInteraction) | AlgorithmicBase | |
| AlgorithmicBase(const AlgorithmicBase &rhs) | AlgorithmicBase | |
| appendVariableNames(std::stringstream &string) | ExportHouseholderQR | [virtual] |
| b | ExportLinearSolver | [protected] |
| commonHeaderName | ExportAlgorithm | [protected] |
| determinant | ExportLinearSolver | [protected] |
| dim | ExportLinearSolver | [protected] |
| ExportAlgorithm(UserInteraction *_userInteraction=0, const std::string &_commonHeaderName=std::string()) | ExportAlgorithm | |
| ExportHouseholderQR(UserInteraction *_userInteraction=0, const std::string &_commonHeaderName="") | ExportHouseholderQR | |
| ExportLinearSolver(UserInteraction *_userInteraction=0, const std::string &_commonHeaderName="") | ExportLinearSolver | |
| get(OptionsName name, int &value) const | AlgorithmicBase | [inline] |
| get(OptionsName name, double &value) const | AlgorithmicBase | [inline] |
| get(OptionsName name, std::string &value) const | AlgorithmicBase | [inline] |
| get(uint idx, OptionsName name, int &value) const | AlgorithmicBase | [inline] |
| get(uint idx, OptionsName name, double &value) const | AlgorithmicBase | [inline] |
| getAll(LogName _name, MatrixVariablesGrid &values) const | AlgorithmicBase | [inline] |
| getCode(ExportStatementBlock &code) | ExportHouseholderQR | [virtual] |
| getDataDeclarations(ExportStatementBlock &declarations, ExportStruct dataStruct=ACADO_ANY) const | ExportHouseholderQR | [virtual] |
| getDim() const | ExportLinearSolver | |
| getFirst(LogName _name, DMatrix &firstValue) const | AlgorithmicBase | [inline] |
| getFirst(LogName _name, VariablesGrid &firstValue) const | AlgorithmicBase | [inline] |
| getFunctionDeclarations(ExportStatementBlock &declarations) const | ExportHouseholderQR | [virtual] |
| getGlobalExportVariable(const uint factor) const | ExportHouseholderQR | [virtual] |
| getLast(LogName _name, DMatrix &lastValue) const | AlgorithmicBase | [inline] |
| getLast(LogName _name, VariablesGrid &lastValue) const | AlgorithmicBase | [inline] |
| getN() const | ExportAlgorithm | |
| getNameSolveFunction() | ExportLinearSolver | |
| getNameSolveReuseFunction() | ExportLinearSolver | |
| getNDX() const | ExportAlgorithm | |
| getNOD() const | ExportAlgorithm | |
| getNP() const | ExportAlgorithm | |
| getNU() const | ExportAlgorithm | |
| getNX() const | ExportAlgorithm | |
| getNXA() const | ExportAlgorithm | |
| getNY() const | ExportAlgorithm | |
| getNYN() const | ExportAlgorithm | |
| getOptions(uint idx) const | AlgorithmicBase | |
| getReuse() const | ExportLinearSolver | |
| getUnrolling() const | ExportLinearSolver | |
| haveOptionsChanged() const | AlgorithmicBase | [inline] |
| haveOptionsChanged(uint idx) const | AlgorithmicBase | [inline] |
| identifier | ExportLinearSolver | [protected] |
| init(const uint newDim, const bool &reuse=true, const bool &unrolling=false) | ExportLinearSolver | |
| init(const uint newDim, const bool &reuse, const bool &unrolling, const std::string &newId) | ExportLinearSolver | |
| init(unsigned _nRows, unsigned _nCols, unsigned _nBacksolves, bool _reuse, bool _unroll, const std::string &_id) | ExportLinearSolver | |
| N | ExportAlgorithm | [protected] |
| nBacksolves | ExportLinearSolver | [protected] |
| nCols | ExportLinearSolver | [protected] |
| NDX | ExportAlgorithm | [protected] |
| NOD | ExportAlgorithm | [protected] |
| NP | ExportAlgorithm | [protected] |
| nRows | ExportLinearSolver | [protected] |
| NU | ExportAlgorithm | [protected] |
| NX | ExportAlgorithm | [protected] |
| NXA | ExportAlgorithm | [protected] |
| NY | ExportAlgorithm | [protected] |
| NYN | ExportAlgorithm | [protected] |
| operator=(const AlgorithmicBase &rhs) | AlgorithmicBase | |
| outputLoggingIdx | AlgorithmicBase | [protected] |
| plot(PlotFrequency _frequency=PLOT_IN_ANY_CASE) | AlgorithmicBase | [inline] |
| printLogRecord(std::ostream &_stream, int idx, LogPrintMode _mode=PRINT_ITEM_BY_ITEM) const | AlgorithmicBase | [inline] |
| replot(PlotFrequency _frequency=PLOT_IN_ANY_CASE) | AlgorithmicBase | [inline] |
| REUSE | ExportLinearSolver | [protected] |
| rk_temp | ExportHouseholderQR | [protected] |
| set(OptionsName name, int value) | AlgorithmicBase | |
| set(OptionsName name, double value) | AlgorithmicBase | |
| set(OptionsName name, const std::string &value) | AlgorithmicBase | |
| set(uint idx, OptionsName name, int value) | AlgorithmicBase | |
| set(uint idx, OptionsName name, double value) | AlgorithmicBase | |
| setAll(LogName _name, const MatrixVariablesGrid &values) | AlgorithmicBase | [inline] |
| setDimensions(uint _NX=0, uint _NU=0, uint _NP=0, uint _NI=0, uint _NOD=0) | ExportAlgorithm | |
| setDimensions(uint _NX, uint _NDX, uint _NXA, uint _NU, uint _NP, uint _NI, uint _NOD) | ExportAlgorithm | |
| setLast(LogName _name, int lastValue, double time=-INFTY) | AlgorithmicBase | [inline] |
| setLast(LogName _name, double lastValue, double time=-INFTY) | AlgorithmicBase | [inline] |
| setLast(LogName _name, const DVector &lastValue, double time=-INFTY) | AlgorithmicBase | [inline] |
| setLast(LogName _name, const DMatrix &lastValue, double time=-INFTY) | AlgorithmicBase | [inline] |
| setLast(LogName _name, const VariablesGrid &lastValue, double time=-INFTY) | AlgorithmicBase | [inline] |
| setNY(uint NY_) | ExportAlgorithm | |
| setNYN(uint NYN_) | ExportAlgorithm | |
| setOptions(const Options &arg) | AlgorithmicBase | |
| setOptions(uint idx, const Options &arg) | AlgorithmicBase | |
| setReuse(const bool &reuse) | ExportLinearSolver | |
| setUnrolling(const bool &unrolling) | ExportLinearSolver | |
| setup() | ExportHouseholderQR | [virtual] |
| solve | ExportLinearSolver | [protected] |
| solveReuse | ExportLinearSolver | [protected] |
| solveTriangular | ExportLinearSolver | [protected] |
| UNROLLING | ExportLinearSolver | [protected] |
| useModuleStandalone | AlgorithmicBase | [protected] |
| userInteraction | AlgorithmicBase | [protected] |
| ~AlgorithmicBase() | AlgorithmicBase | [virtual] |
| ~ExportAlgorithm() | ExportAlgorithm | [virtual] |
| ~ExportHouseholderQR() | ExportHouseholderQR | [virtual] |
| ~ExportLinearSolver() | ExportLinearSolver | [virtual] |