Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
soth
Commits
ca9684b6
Commit
ca9684b6
authored
Dec 04, 2017
by
Olivier Stasse
Browse files
Fix coeffRef for SubMatrix.
parent
104d6add
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SubMatrix.hpp
View file @
ca9684b6
...
...
@@ -75,7 +75,7 @@ namespace Eigen
inline
Scalar
&
coeffRef
(
Index
row
)
const
{
return
m_argImpl
.
coeff
(
row
);
return
m_argImpl
.
coeff
Ref
(
row
);
}
evaluator
<
MatrixTypeNestedCleaned
>
m_argImpl
;
...
...
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