Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Cpp
Commits
9630bb2c
Commit
9630bb2c
authored
Mar 28, 2019
by
Jean Meurice
Browse files
Armadillo include
parent
fa90d01f
Pipeline
#114844
passed with stages
in 35 minutes and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/template/optimizationSolver/ipopt/ADMat.h
View file @
9630bb2c
#ifndef MACMAKETEST_ADMAT_H
#define MACMAKETEST_ADMAT_H
#include
<armadillo>
#include
<armadillo
.h
>
#include
<cppad/ipopt/solve.hpp>
using
namespace
arma
;
...
...
src/main/resources/template/optimizationSolver/ipopt/CallIpoptTemplate_HeaderOnly.ftl
View file @
9630bb2c
#
ifndef
__$
{
viewModel
.callSolverName
?
upper_case
}
_H__
#
define
__$
{
viewModel
.callSolverName
?
upper_case
}
_H__
#
include
<
armadillo
>
#
include
"
armadillo
.h
"
#
include
<
cppad
/
ipopt
/
solve
.hpp
>
#
include
"ADMat.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment