v0.15.0: Added `cor2cov` and `cov2cor` methods. (#261)
* Added `cor2cov` and `cov2cor` methods. * Switched to accepting `AbstractMatrix` vs `DenseMatrix`. * Added an in-place version of cor2cov and update the docs to mention the in-place versions. * Added in-place specific tests.