14#ifndef MLPACK_CORE_MATH_CCOV_HPP
15#define MLPACK_CORE_MATH_CCOV_HPP
29arma::Mat< std::complex<T> >
31 const size_t norm_type = 0);
37#include "ccov_impl.hpp"
arma::Mat< eT > ColumnCovariance(const arma::Mat< eT > &A, const size_t norm_type=0)
Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.