explicit template definition for multinormal estimator
This commit is contained in:
parent
decca0007a
commit
6ec19ebd51
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ namespace ublas = boost::numeric::ublas;
|
|||
* @ingroup EMNA
|
||||
* @ingroup Multinormal
|
||||
*/
|
||||
template < typename EOT >
|
||||
class edoEstimatorNormalMulti : public edoEstimator< edoNormalMulti< EOT > >
|
||||
template < typename EOT, typename D=edoNormalMulti<EOT> >
|
||||
class edoEstimatorNormalMulti : public edoEstimator<D>
|
||||
{
|
||||
|
||||
#ifdef WITH_BOOST
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue