Fix FullPivLU::image documentation

This commit is contained in:
Gael Guennebaud 2015-09-02 09:19:27 +02:00
parent 6059188f9d
commit 280f93ff65

View File

@ -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