mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Clean some previous changes and more cuda fixes
This commit is contained in:
@@ -654,7 +654,7 @@ template<typename SolverType> struct direct_selfadjoint_eigenvalues<SolverType,3
|
||||
Index k(0), l(2);
|
||||
if(d0 > d1)
|
||||
{
|
||||
std::swap(k,l);
|
||||
numext::swap(k,l);
|
||||
d0 = d1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user