eigen-git-mirror icon indicating copy to clipboard operation
eigen-git-mirror copied to clipboard

THIS MIRROR IS DEPRECATED -- New url: https://gitlab.com/libeigen/eigen

Results 5 eigen-git-mirror issues
Sort by recently updated
recently updated
newest added

These changes allow to use Eigen library with Android NDK build out of the box. Usage example: https://github.com/nkh-lab/ndk-eigen-hello-world

`Eigen `is available as a port in [vcpkg](https://github.com/microsoft/vcpkg), a C++ library manager that simplifies installation for eigen and other project dependencies. Documenting the install process here will help users get...

Avoid using memcpy for non-POD elements by returning "true", which will force the executor to call evalScalar() to copy the elements properly.