12 #ifndef MLPACK_METHODS_GMM_NO_CONSTRAINT_HPP 13 #define MLPACK_METHODS_GMM_NO_CONSTRAINT_HPP 32 template<
typename Archive>
33 static void Serialize(Archive& ,
const unsigned int ) { }
Linear algebra utility functions, generally performed on matrices or vectors.
This class enforces no constraint on the covariance matrix.
The core includes that mlpack expects; standard C++ includes and Armadillo.
static void ApplyConstraint(const arma::mat &)
Do nothing, and do not modify the covariance matrix.
static void Serialize(Archive &, const unsigned int)
Serialize the object (nothing to do).