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
6525839d
Commit
6525839d
authored
Sep 26, 2019
by
Max Lyon
Browse files
Merge branch 'add-quadraticproblem-getters' into 'master'
QuadraticProblem: add getters. See merge request
!46
parents
47a03957
68767c2d
Pipeline
#12274
passed with stages
in 8 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
NSolver/QuadraticProblem.hh
View file @
6525839d
...
...
@@ -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