'How to compute covariance matrix in C/C++

I usually use the numpy.cov in python to compute covariance matrices. Is there an alternative implement in C/C++ that computes this in C/C++?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source