aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/QR/QR.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/QR/QR.h')
-rw-r--r--Eigen/src/QR/QR.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Eigen/src/QR/QR.h b/Eigen/src/QR/QR.h
index 2bf6c72b2..4f5b4feee 100644
--- a/Eigen/src/QR/QR.h
+++ b/Eigen/src/QR/QR.h
@@ -75,6 +75,8 @@ template<typename MatrixType> class QR
VectorType m_hCoeffs;
};
+#ifndef EIGEN_HIDE_HEAVY_CODE
+
template<typename MatrixType>
void QR<MatrixType>::_compute(const MatrixType& matrix)
{
@@ -157,6 +159,8 @@ MatrixType QR<MatrixType>::matrixQ(void) const
return res;
}
+#endif // EIGEN_HIDE_HEAVY_CODE
+
/** \return the QR decomposition of \c *this.
*
* \sa class QR