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:
@@ -438,7 +438,7 @@ EIGEN_DECLARE_TEST(gpu_basic) {
|
||||
// numeric_limits
|
||||
CALL_SUBTEST(test_with_infs_nans(numeric_limits_test<Vector3f>(), 1, in, out));
|
||||
|
||||
// These tests require dynamic-sized matrix multiplcation, which isn't currently
|
||||
// These tests require dynamic-sized matrix multiplication, which isn't currently
|
||||
// supported on GPU.
|
||||
|
||||
// CALL_SUBTEST( run_and_compare_to_gpu(eigenvalues<Matrix4f>(), nthreads, in, out) );
|
||||
|
||||
Reference in New Issue
Block a user