Changeset 81 for pmsm/pmsm_sim2.cpp

Show
Ignore:
Timestamp:
04/18/08 14:10:47 (16 years ago)
Author:
smidl
Message:

opravy + pridani simulace kovarianci

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pmsm/pmsm_sim2.cpp

    r72 r81  
    4242                xtrue(3)=x[3]; 
    4343                 
    44                 ll = -0.5* ( 4 * 1.83787706640935 +_P->logdet() +xtrue* ( inv(_P->to_mat())*xtrue ) ); 
     44                ll = -0.5* ( 4 * 1.83787706640935 +_P.logdet() +_P.invqform(xtrue)); 
    4545        } 
    4646};