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