ExportLinearSolver Member List

This is the complete list of members for ExportLinearSolver, including all inherited members.

AExportLinearSolverprotected
addLogRecord(LogRecord &_record)AlgorithmicBaseinline
addOption(OptionsName name, int value)AlgorithmicBaseinline
addOption(OptionsName name, double value)AlgorithmicBaseinline
addOption(uint idx, OptionsName name, int value)AlgorithmicBaseinline
addOption(uint idx, OptionsName name, double value)AlgorithmicBaseinline
addOptionsList()AlgorithmicBase
AlgorithmicBase()AlgorithmicBase
AlgorithmicBase(UserInteraction *_userInteraction)AlgorithmicBase
AlgorithmicBase(const AlgorithmicBase &rhs)AlgorithmicBase
appendVariableNames(std::stringstream &string)=0ExportLinearSolverpure virtual
bExportLinearSolverprotected
commonHeaderNameExportAlgorithmprotected
determinantExportLinearSolverprotected
dimExportLinearSolverprotected
ExportAlgorithm(UserInteraction *_userInteraction=0, const std::string &_commonHeaderName=std::string())ExportAlgorithm
ExportLinearSolver(UserInteraction *_userInteraction=0, const std::string &_commonHeaderName="")ExportLinearSolver
get(OptionsName name, int &value) const AlgorithmicBaseinline
get(OptionsName name, double &value) const AlgorithmicBaseinline
get(OptionsName name, std::string &value) const AlgorithmicBaseinline
get(uint idx, OptionsName name, int &value) const AlgorithmicBaseinline
get(uint idx, OptionsName name, double &value) const AlgorithmicBaseinline
getAll(LogName _name, MatrixVariablesGrid &values) const AlgorithmicBaseinline
getCode(ExportStatementBlock &code)=0ExportLinearSolverpure virtual
getDataDeclarations(ExportStatementBlock &declarations, ExportStruct dataStruct=ACADO_ANY) const =0ExportLinearSolverpure virtual
getDim() const ExportLinearSolver
getFirst(LogName _name, DMatrix &firstValue) const AlgorithmicBaseinline
getFirst(LogName _name, VariablesGrid &firstValue) const AlgorithmicBaseinline
getFunctionDeclarations(ExportStatementBlock &declarations) const =0ExportLinearSolverpure virtual
getGlobalExportVariable(const uint factor) const ExportLinearSolvervirtual
getLast(LogName _name, DMatrix &lastValue) const AlgorithmicBaseinline
getLast(LogName _name, VariablesGrid &lastValue) const AlgorithmicBaseinline
getN() const ExportAlgorithm
getNameSolveFunction()ExportLinearSolver
getNameSolveReuseFunction()ExportLinearSolver
getNameSolveTransposeReuseFunction()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
getTranspose() const ExportLinearSolver
getUnrolling() const ExportLinearSolver
haveOptionsChanged() const AlgorithmicBaseinline
haveOptionsChanged(uint idx) const AlgorithmicBaseinline
identifierExportLinearSolverprotected
init(const uint newDim, const bool &reuse=true, const bool &unrolling=false)ExportLinearSolver
init(const uint newDim, const uint _nRightHandSides, 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
init(unsigned _nRows, unsigned _nCols, unsigned _nBacksolves, unsigned _nRightHandSides, bool _reuse, bool _unroll, const std::string &_id)ExportLinearSolver
NExportAlgorithmprotected
nBacksolvesExportLinearSolverprotected
nColsExportLinearSolverprotected
NDXExportAlgorithmprotected
NODExportAlgorithmprotected
NPExportAlgorithmprotected
nRightHandSidesExportLinearSolverprotected
nRowsExportLinearSolverprotected
NUExportAlgorithmprotected
NXExportAlgorithmprotected
NXAExportAlgorithmprotected
NYExportAlgorithmprotected
NYNExportAlgorithmprotected
operator=(const AlgorithmicBase &rhs)AlgorithmicBase
outputLoggingIdxAlgorithmicBaseprotected
plot(PlotFrequency _frequency=PLOT_IN_ANY_CASE)AlgorithmicBaseinline
printLogRecord(std::ostream &_stream, int idx, LogPrintMode _mode=PRINT_ITEM_BY_ITEM) const AlgorithmicBaseinline
replot(PlotFrequency _frequency=PLOT_IN_ANY_CASE)AlgorithmicBaseinline
REUSEExportLinearSolverprotected
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)AlgorithmicBaseinline
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)AlgorithmicBaseinline
setLast(LogName _name, double lastValue, double time=-INFTY)AlgorithmicBaseinline
setLast(LogName _name, const DVector &lastValue, double time=-INFTY)AlgorithmicBaseinline
setLast(LogName _name, const DMatrix &lastValue, double time=-INFTY)AlgorithmicBaseinline
setLast(LogName _name, const VariablesGrid &lastValue, double time=-INFTY)AlgorithmicBaseinline
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
setTranspose(const bool &transpose)ExportLinearSolver
setUnrolling(const bool &unrolling)ExportLinearSolver
setup()=0ExportLinearSolverpure virtual
solveExportLinearSolverprotected
solveReuseExportLinearSolverprotected
solveReuseTransposeExportLinearSolverprotected
solveTriangularExportLinearSolverprotected
TRANSPOSEExportLinearSolverprotected
UNROLLINGExportLinearSolverprotected
useModuleStandaloneAlgorithmicBaseprotected
userInteractionAlgorithmicBaseprotected
~AlgorithmicBase()AlgorithmicBasevirtual
~ExportAlgorithm()ExportAlgorithmvirtual
~ExportLinearSolver()ExportLinearSolvervirtual


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Jun 10 2019 12:35:24