* added the eo features Continue/CheckOut/Stat to DO in order to dump distribution parameters and to have compatibility with eoMonitor/eoUpdater classes
This commit is contained in:
parent
963d59e706
commit
6d9134edbf
15 changed files with 251 additions and 116 deletions
|
|
@ -33,8 +33,8 @@ public:
|
|||
return _mean.size();
|
||||
}
|
||||
|
||||
ublas::vector< AtomType >& mean(){return _mean;}
|
||||
ublas::symmetric_matrix< AtomType, ublas::lower >& varcovar(){return _varcovar;}
|
||||
ublas::vector< AtomType > mean() const {return _mean;}
|
||||
ublas::symmetric_matrix< AtomType, ublas::lower > varcovar() const {return _varcovar;}
|
||||
|
||||
private:
|
||||
ublas::vector< AtomType > _mean;
|
||||
|
|
|
|||
Reference in a new issue