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 uint32_t ) { }
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1
This class enforces no constraint on the covariance matrix.
Definition: no_constraint.hpp:25
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.
Definition: no_constraint.hpp:29
static void serialize(Archive &, const uint32_t)
Serialize the object (nothing to do).
Definition: no_constraint.hpp:33