mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix ~40 typos found by codespell across the codebase
libeigen/eigen!2181 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@ EIGEN_DECLARE_TEST(constexpr) {
|
||||
VERIFY_IS_EQUAL(vec.size(), 3);
|
||||
static_assert(vec.coeff(0, 1) == 2);
|
||||
|
||||
// Check assignment. A wrapper struct is used to avoid copy ellision.
|
||||
// Check assignment. A wrapper struct is used to avoid copy elision.
|
||||
constexpr ConstexprTest<double, 2> obj1(Matrix2d({{1, 2}, {3, 4}}));
|
||||
VERIFY_IS_EQUAL(obj1.A.size(), 4);
|
||||
static_assert(obj1.A(0, 0) == 1);
|
||||
|
||||
Reference in New Issue
Block a user