Bugzilla – Attachment 624 Details for
Bug 1106
SparseQR fails to compile with Intel C++ Compilers on Windows
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
This bugzilla service is closed. All entries have been migrated to
https://gitlab.com/libeigen/eigen
[patch]
Workaround
bug1106_workaround_iccmsvc.diff (text/plain), 781 bytes, created by
Gael Guennebaud
on 2015-11-10 10:38:42 UTC
(
hide
)
Description:
Workaround
Filename:
MIME Type:
Creator:
Gael Guennebaud
Created:
2015-11-10 10:38:42 UTC
Size:
781 bytes
patch
obsolete
>diff --git a/Eigen/src/SparseCore/SparseBlock.h b/Eigen/src/SparseCore/SparseBlock.h >--- a/Eigen/src/SparseCore/SparseBlock.h >+++ b/Eigen/src/SparseCore/SparseBlock.h >@@ -359,16 +359,18 @@ public: > return m_matrix.valuePtr()[m_matrix.outerIndexPtr()[m_outerStart]+m_matrix.innerNonZeroPtr()[m_outerStart]-1]; > } > > EIGEN_STRONG_INLINE Index rows() const { return IsRowMajor ? m_outerSize.value() : m_matrix.rows(); } > EIGEN_STRONG_INLINE Index cols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } > > protected: > >+ EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl) >+ > typename SparseMatrixType::Nested m_matrix; > Index m_outerStart; > const internal::variable_if_dynamic<Index, OuterSize> m_outerSize; > > }; > > //---------- >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1106
: 624