mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-21 20:09:06 +08:00
Correct type of ei_solve_retval<LLT,...>::operator=
This commit is contained in:
parent
3dce51bd8e
commit
929521678d
@ -271,7 +271,7 @@ struct ei_solve_retval<LLT<_MatrixType, UpLo>, Rhs>
|
||||
dec().solveInPlace(dst);
|
||||
}
|
||||
private:
|
||||
ei_solve_retval_base& operator=(const ei_solve_retval_base&);
|
||||
ei_solve_retval& operator=(const ei_solve_retval&);
|
||||
};
|
||||
|
||||
/** This is the \em in-place version of solve().
|
||||
|
Loading…
x
Reference in New Issue
Block a user