mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
doc: Typo in CustomizingEigen, introduced in previous commit.
Thanks to Christoph Hertzberg for noting this.
(transplanted from 60edf02f6f
)
This commit is contained in:
@@ -97,7 +97,7 @@ public:
|
|||||||
|
|
||||||
// This constructor allows you to construct MyVectorType from Eigen expressions
|
// This constructor allows you to construct MyVectorType from Eigen expressions
|
||||||
template<typename OtherDerived>
|
template<typename OtherDerived>
|
||||||
Vector3D(const Eigen::MatrixBase<OtherDerived>& other)
|
MyVectorType(const Eigen::MatrixBase<OtherDerived>& other)
|
||||||
: Eigen::Vector3d(other)
|
: Eigen::Vector3d(other)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user