mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
bug #1265: remove outdated notes
This commit is contained in:
parent
ca5effa16c
commit
581b6472d1
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user