bug #1265: remove outdated notes

This commit is contained in:
Gael Guennebaud 2016-08-22 23:25:39 +02:00
parent ca5effa16c
commit 581b6472d1
3 changed files with 0 additions and 9 deletions

View File

@ -163,9 +163,6 @@ template<typename _MatrixType> class ColPivHouseholderQR
* *
* \returns a solution. * \returns a solution.
* *
* \note The case where b is a matrix is not yet implemented. Also, this
* code is space inefficient.
*
* \note_about_checking_solutions * \note_about_checking_solutions
* *
* \note_about_arbitrary_choice_of_solution * \note_about_arbitrary_choice_of_solution

View File

@ -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, * \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. * 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_checking_solutions
* *
* \note_about_arbitrary_choice_of_solution * \note_about_arbitrary_choice_of_solution

View File

@ -128,9 +128,6 @@ template<typename _MatrixType> class HouseholderQR
* *
* \returns a solution. * \returns a solution.
* *
* \note The case where b is a matrix is not yet implemented. Also, this
* code is space inefficient.
*
* \note_about_checking_solutions * \note_about_checking_solutions
* *
* \note_about_arbitrary_choice_of_solution * \note_about_arbitrary_choice_of_solution