You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a header-only C++ numerical computing library providing fast matrix arithmetic and complex-number support. It is designed for performance, determinism, and clarity, with a focus on multi-threaded computation in a Linux environment using standard STL containers and std::thread.