The mnv library is used to generate random multivariate normal values using Choletsky decomposition.
For full documentation, see Doxygen docs
Easy way:
- git clone the repo
- Copy include folder to your project's folder.
If you wish to add the cmake project
- git clone the repo to your project folder
- use add_subdirectory(<path-to-repo>) command
- use target_link_libraries(<your-executable-name> PRIVATE mnv::mnv)