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
bee43685
Commit
bee43685
authored
Nov 23, 2016
by
Max Lyon
Browse files
Merge branch 'fix_row_size' into 'master'
Fix row size See merge request
!18
parents
2e676635
eb85f507
Pipeline
#3699
passed with stage
in 6 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
NSolver/ConstraintTools.cc
View file @
bee43685
...
...
@@ -132,8 +132,7 @@ remove_dependent_linear_constraints_only_linear_equality( std::vector<NConstrain
SVectorGMM
col
=
Ac
.
col
(
j
);
// copy row
SVectorGMM
row
;
gmm
::
copy
(
A
.
row
(
i
),
row
);
SVectorGMM
row
=
A
.
row
(
i
);
// iterate over column
gmm
::
linalg_traits
<
SVectorGMM
>::
const_iterator
c_it
=
gmm
::
vect_const_begin
(
col
);
...
...
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