32 #ifndef ACADO_TOOLKIT_EXPORT_CHOLESKY_DECOMPOSITION_HPP 33 #define ACADO_TOOLKIT_EXPORT_CHOLESKY_DECOMPOSITION_HPP 60 const std::string& _commonHeaderName =
"" 73 bool _unrolling =
false 122 #endif // ACADO_TOOLKIT_EXPORT_CHOLESKY_DECOMPOSITION_HPP
virtual returnValue setup()
virtual ~ExportCholeskyDecomposition()
Allows to pass back messages to the calling function.
ExportCholeskyDecomposition(UserInteraction *_userInteraction=0, const std::string &_commonHeaderName="")
const std::string getName()
A class for exporting a function for calculation of the Cholesky decomposition.
#define CLOSE_NAMESPACE_ACADO
Allows to export automatically generated algorithms for fast model predictive control.
Encapsulates all user interaction for setting options, logging data and plotting results.
virtual returnValue getFunctionDeclarations(ExportStatementBlock &declarations) const
Allows to export code of an arbitrary function.
virtual returnValue getDataDeclarations(ExportStatementBlock &declarations, ExportStruct dataStruct=ACADO_ANY) const
#define BEGIN_NAMESPACE_ACADO
virtual returnValue getCode(ExportStatementBlock &code)
returnValue init(const std::string &_name, unsigned _dim, bool _unrolling=false)
Allows to export code for a block of statements.
Defines a matrix-valued variable to be used for exporting code.