mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Remove useless (and broken) resize
This commit is contained in:
parent
f0fb95135d
commit
d2d570c116
@ -399,7 +399,6 @@ public:
|
|||||||
template<typename Rhs,typename Dest>
|
template<typename Rhs,typename Dest>
|
||||||
void _solve_impl(const Rhs& b, Dest& x) const
|
void _solve_impl(const Rhs& b, Dest& x) const
|
||||||
{
|
{
|
||||||
x.resize(this->rows(),b.cols());
|
|
||||||
x.setZero();
|
x.setZero();
|
||||||
derived()._solve_with_guess_impl(b,x);
|
derived()._solve_with_guess_impl(b,x);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user