mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Correct type of ei_solve_retval<LLT,...>::operator=
This commit is contained in:
@@ -271,7 +271,7 @@ struct ei_solve_retval<LLT<_MatrixType, UpLo>, Rhs>
|
|||||||
dec().solveInPlace(dst);
|
dec().solveInPlace(dst);
|
||||||
}
|
}
|
||||||
private:
|
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().
|
/** This is the \em in-place version of solve().
|
||||||
|
|||||||
Reference in New Issue
Block a user