mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix typos: misspellings, French variable names, and hyphenation
libeigen/eigen!2185 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Eigen {
|
||||
|
||||
namespace internal {
|
||||
|
||||
// Note: cannot re-use tuple_impl, since that will cause havoc for
|
||||
// Note: cannot reuse tuple_impl, since that will cause havoc for
|
||||
// tuple_test.
|
||||
namespace test_detail {
|
||||
// Use std::tuple on CPU, otherwise use the GPU-specific versions.
|
||||
|
||||
@@ -138,7 +138,7 @@ struct random_without_cast_overflow<
|
||||
}
|
||||
};
|
||||
|
||||
// Integer to floating-point, re-use above logic.
|
||||
// Integer to floating-point, reuse above logic.
|
||||
template <typename SrcScalar, typename TgtScalar>
|
||||
struct random_without_cast_overflow<
|
||||
SrcScalar, TgtScalar,
|
||||
|
||||
Reference in New Issue
Block a user