Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
68767c2d
Commit
68767c2d
authored
Sep 03, 2019
by
Martin Heistermann
Browse files
QuadraticProblem: add getters.
parent
47a03957
Pipeline
#12050
passed with stages
in 14 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
NSolver/QuadraticProblem.hh
View file @
68767c2d
...
...
@@ -84,6 +84,10 @@ public:
x_
=
x
;
}
const
SMatrixNP
&
A
()
const
{
return
A_
;}
const
Eigen
::
VectorXd
&
b
()
const
{
return
b_
;}
double
c
()
const
{
return
c_
;}
// get current solution
Eigen
::
VectorXd
&
x
()
{
return
x_
;}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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