remove the + sign from the lines
This commit is contained in:
@@ -168,12 +168,11 @@ class GaussianDistribution
|
||||
|
||||
void Covariance(arma::mat&& covariance);
|
||||
|
||||
+ //! Return the invCov.
|
||||
+ const arma::mat& InvCov() const { return invCov; }
|
||||
+
|
||||
+ //! Return the logDetCov.
|
||||
+ double LogDetCov() const { return logDetCov; }
|
||||
+
|
||||
//! Return the invCov.
|
||||
const arma::mat& InvCov() const { return invCov; }
|
||||
|
||||
//! Return the logDetCov.
|
||||
double LogDetCov() const { return logDetCov; }
|
||||
|
||||
/**
|
||||
* Serialize the distribution.
|
||||
|
||||
Reference in New Issue
Block a user