From 2aab794c004027d008d6b0b64165bf1961d5d2bb Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Fri, 25 Feb 2022 16:32:14 +0800 Subject: Upgrade eigen to 3.4.0 Steps: * Removed common files between Android copy and the matching upstream copy * Obtained latest upstream tarball (see README.version) * Extracted over the directory Bug: 148287349 Test: presubmit Change-Id: Iee2744719075fdf000b315e973645923da766111 --- demos/mix_eigen_and_c/README | 2 +- demos/mix_eigen_and_c/binary_library.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/mix_eigen_and_c') diff --git a/demos/mix_eigen_and_c/README b/demos/mix_eigen_and_c/README index 21dba8679..d9cc9275d 100644 --- a/demos/mix_eigen_and_c/README +++ b/demos/mix_eigen_and_c/README @@ -6,4 +6,4 @@ To try this with GCC, do: gcc example.c binary_library.o -o example -lstdc++ ./example -TODO: add CMakeLists, add more explanations here \ No newline at end of file +TODO: add CMakeLists, add more explanations here diff --git a/demos/mix_eigen_and_c/binary_library.h b/demos/mix_eigen_and_c/binary_library.h index 0b983ad3a..9b63fac2f 100644 --- a/demos/mix_eigen_and_c/binary_library.h +++ b/demos/mix_eigen_and_c/binary_library.h @@ -68,4 +68,4 @@ extern "C" #ifdef __cplusplus } // end extern "C" -#endif \ No newline at end of file +#endif -- cgit v1.2.3