Changeset 182 for bdm/estim/arx.cpp

Show
Ignore:
Timestamp:
10/17/08 10:28:15 (16 years ago)
Author:
smidl
Message:

compilation error!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/estim/arx.cpp

    r180 r182  
    6262         
    6363        est.mean_mat(mu,R); 
     64        //here I know that mu can have only one column 
    6465        tmp->set_parameters(mu.get_col(0),ldmat(R)); 
    6566        return tmp;