aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LU/FullPivLU.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-09-02 09:19:27 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-09-02 09:19:27 +0200
commit280f93ff65157970ca66e28c3bc5504b6916f0ea (patch)
tree8cff118413ca6d5ffce363053abcd4d75b57fc19 /Eigen/src/LU/FullPivLU.h
parent6059188f9dbac841ef0c9cc533047c0a3bd12d94 (diff)
Fix FullPivLU::image documentation
Diffstat (limited to 'Eigen/src/LU/FullPivLU.h')
-rw-r--r--Eigen/src/LU/FullPivLU.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/LU/FullPivLU.h b/Eigen/src/LU/FullPivLU.h
index 75dbc16b0..278bc1591 100644
--- a/Eigen/src/LU/FullPivLU.h
+++ b/Eigen/src/LU/FullPivLU.h
@@ -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
- * 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.
* The reason why it is needed to pass it here, is that this allows