Does unreal have a library with a dynamically sized vector and matrix class that supports fast common linear algebra operations (like BLAS or Eigen or whatever) ?
It looks like Eigen is available under Engine/Source/ThirdParty/Eigen
and used by many Engine modules (for example see Engine/Plugins/Runtime/GeometryProcessing
).
1 Like