14 #ifndef __MLPACK_METHODS_GMM_NO_CONSTRAINT_HPP 15 #define __MLPACK_METHODS_GMM_NO_CONSTRAINT_HPP 34 template<
typename Archive>
35 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.
static void ApplyConstraint(const arma::mat &)
Do nothing, and do not modify the covariance matrix.
Include all of the base components required to write MLPACK methods, and the main MLPACK Doxygen docu...
static void Serialize(Archive &, const unsigned int)
Serialize the object (nothing to do).