aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/QR/FullPivHouseholderQR.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-08-22 23:25:39 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-08-22 23:25:39 +0200
commit581b6472d16c5dddfdc76762b3b76b5c933361a7 (patch)
tree4c5b5633ab0564fd6a7ca4be7974d888781c4427 /Eigen/src/QR/FullPivHouseholderQR.h
parentca5effa16cd7ed90f0e56084b291e5a2a63a5172 (diff)
bug #1265: remove outdated notes
Diffstat (limited to 'Eigen/src/QR/FullPivHouseholderQR.h')
-rw-r--r--Eigen/src/QR/FullPivHouseholderQR.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Eigen/src/QR/FullPivHouseholderQR.h b/Eigen/src/QR/FullPivHouseholderQR.h
index 4c85a4693..a46d3f9f3 100644
--- a/Eigen/src/QR/FullPivHouseholderQR.h
+++ b/Eigen/src/QR/FullPivHouseholderQR.h
@@ -164,9 +164,6 @@ template<typename _MatrixType> class FullPivHouseholderQR
* \returns the exact or least-square solution if the rank is greater or equal to the number of columns of A,
* and an arbitrary solution otherwise.
*
- * \note The case where b is a matrix is not yet implemented. Also, this
- * code is space inefficient.
- *
* \note_about_checking_solutions
*
* \note_about_arbitrary_choice_of_solution