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