This is the complete list of members for ExportCholeskySolver, 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) | ExportCholeskySolver | virtual |
B | ExportCholeskySolver | private |
b | ExportLinearSolver | protected |
chol | ExportCholeskySolver | private |
commonHeaderName | ExportAlgorithm | protected |
determinant | ExportLinearSolver | protected |
dim | ExportLinearSolver | protected |
ExportAlgorithm(UserInteraction *_userInteraction=0, const std::string &_commonHeaderName=std::string()) | ExportAlgorithm | |
ExportCholeskySolver(UserInteraction *_userInteraction=0, const std::string &_commonHeaderName="") | ExportCholeskySolver | |
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 |
getCholeskyFunction() const | ExportCholeskySolver | |
getCode(ExportStatementBlock &code) | ExportCholeskySolver | virtual |
getDataDeclarations(ExportStatementBlock &declarations, ExportStruct dataStruct=ACADO_ANY) const | ExportCholeskySolver | virtual |
getDim() const | ExportLinearSolver | |
getFirst(LogName _name, DMatrix &firstValue) const | AlgorithmicBase | inline |
getFirst(LogName _name, VariablesGrid &firstValue) const | AlgorithmicBase | inline |
getFunctionDeclarations(ExportStatementBlock &declarations) const | ExportCholeskySolver | virtual |
getGlobalExportVariable(const uint factor) const | ExportLinearSolver | virtual |
getLast(LogName _name, DMatrix &lastValue) const | AlgorithmicBase | inline |
getLast(LogName _name, VariablesGrid &lastValue) const | AlgorithmicBase | inline |
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 | |
getSolveFunction() const | ExportCholeskySolver | |
getTranspose() const | ExportLinearSolver | |
getUnrolling() const | ExportLinearSolver | |
haveOptionsChanged() const | AlgorithmicBase | inline |
haveOptionsChanged(uint idx) const | AlgorithmicBase | inline |
identifier | ExportLinearSolver | protected |
init(unsigned _dimA, unsigned _numColsB, const std::string &_id) | ExportCholeskySolver | |
ExportLinearSolver::init(const uint newDim, const bool &reuse=true, const bool &unrolling=false) | ExportLinearSolver | |
ExportLinearSolver::init(const uint newDim, const uint _nRightHandSides, const bool &reuse=true, const bool &unrolling=false) | ExportLinearSolver | |
ExportLinearSolver::init(const uint newDim, const bool &reuse, const bool &unrolling, const std::string &newId) | ExportLinearSolver | |
ExportLinearSolver::init(unsigned _nRows, unsigned _nCols, unsigned _nBacksolves, bool _reuse, bool _unroll, const std::string &_id) | ExportLinearSolver | |
ExportLinearSolver::init(unsigned _nRows, unsigned _nCols, unsigned _nBacksolves, unsigned _nRightHandSides, bool _reuse, bool _unroll, const std::string &_id) | ExportLinearSolver | |
N | ExportAlgorithm | protected |
nBacksolves | ExportLinearSolver | protected |
nCols | ExportLinearSolver | protected |
nColsB | ExportCholeskySolver | private |
NDX | ExportAlgorithm | protected |
NOD | ExportAlgorithm | protected |
NP | ExportAlgorithm | protected |
nRightHandSides | ExportLinearSolver | 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 |
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 | |
setTranspose(const bool &transpose) | ExportLinearSolver | |
setUnrolling(const bool &unrolling) | ExportLinearSolver | |
setup() | ExportCholeskySolver | virtual |
solve | ExportLinearSolver | protected |
solveReuse | ExportLinearSolver | protected |
solveReuseTranspose | ExportLinearSolver | protected |
solveTriangular | ExportLinearSolver | protected |
TRANSPOSE | ExportLinearSolver | protected |
UNROLLING | ExportLinearSolver | protected |
useModuleStandalone | AlgorithmicBase | protected |
userInteraction | AlgorithmicBase | protected |
~AlgorithmicBase() | AlgorithmicBase | virtual |
~ExportAlgorithm() | ExportAlgorithm | virtual |
~ExportCholeskySolver() | ExportCholeskySolver | virtual |
~ExportLinearSolver() | ExportLinearSolver | virtual |