mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-07 03:39:04 +08:00
Fix FullPivLU::image documentation
This commit is contained in:
parent
6059188f9d
commit
280f93ff65
@ -177,7 +177,7 @@ template<typename _MatrixType> class FullPivLU
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** \returns the image of the matrix, also called its column-space. The columns of the returned matrix
|
/** \returns the image of the matrix, also called its column-space. The columns of the returned matrix
|
||||||
* will form a basis of the kernel.
|
* will form a basis of the image (column-space).
|
||||||
*
|
*
|
||||||
* \param originalMatrix the original matrix, of which *this is the LU decomposition.
|
* \param originalMatrix the original matrix, of which *this is the LU decomposition.
|
||||||
* The reason why it is needed to pass it here, is that this allows
|
* The reason why it is needed to pass it here, is that this allows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user