mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
MSVC fix; the compiler failed to detect the correct overload.
This commit is contained in:
parent
5882f1631d
commit
83aac6d54c
@ -19,9 +19,9 @@ namespace Eigen {
|
||||
|
||||
namespace internal {
|
||||
|
||||
template <typename Scalar,int SizeAtCompileTime, typename Index>
|
||||
template <typename Scalar,int Rows, int Cols, typename Index>
|
||||
void lmqrsolv(
|
||||
Matrix<Scalar,SizeAtCompileTime,SizeAtCompileTime> &s,
|
||||
Matrix<Scalar,Rows,Cols> &s,
|
||||
const PermutationMatrix<Dynamic,Dynamic,Index> &iPerm,
|
||||
const Matrix<Scalar,Dynamic,1> &diag,
|
||||
const Matrix<Scalar,Dynamic,1> &qtb,
|
||||
|
Loading…
x
Reference in New Issue
Block a user