aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/PlainObjectBase.h
diff options
context:
space:
mode:
authorGravatar David Tellenbach <david.tellenbach@tellnotes.org>2019-03-14 10:18:24 +0100
committerGravatar David Tellenbach <david.tellenbach@tellnotes.org>2019-03-14 10:18:24 +0100
commit97f9a46cb90bc66e402c3873b5bf7d6ed58252d0 (patch)
tree613bba78aed545fa6dd7c2725401577fe42a41ee /Eigen/src/Core/PlainObjectBase.h
parent45ab514fe2a2d0b63d6a8552814ce3de7687d50d (diff)
PR 593: Add variadtic ctor for DiagonalMatrix with unit tests
Diffstat (limited to 'Eigen/src/Core/PlainObjectBase.h')
-rw-r--r--Eigen/src/Core/PlainObjectBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/PlainObjectBase.h b/Eigen/src/Core/PlainObjectBase.h
index bae186ecb..4dbc40e5b 100644
--- a/Eigen/src/Core/PlainObjectBase.h
+++ b/Eigen/src/Core/PlainObjectBase.h
@@ -532,7 +532,7 @@ class PlainObjectBase : public internal::dense_xpr_base<Derived>::type
* \only_for_vectors
*
* This constructor is for 1D array or vectors with more than 4 coefficients.
- * There exists c++98 anologue constructors for fixed-size array/vector having 1, 2, 3, or 4 coefficients.
+ * There exists C++98 anologue constructors for fixed-size array/vector having 1, 2, 3, or 4 coefficients.
*
* \warning To construct a column (resp. row) vector of fixed length, the number of values passed to this
* constructor must match the the fixed number of rows (resp. columns) of \c *this.