Show
Ignore:
Timestamp:
11/30/09 11:04:21 (14 years ago)
Author:
mido
Message:

mixef_init fills some data into mixef_init.out,
however, there are still some TODOs in this commit,
it is necessary to fill a few more bodies of the to_setting() method

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/estim/arx.h

    r738 r746  
    154154                prior.set_parameters ( prior._dimx(), ldmat ( dV0 ) ); 
    155155        } 
     156 
     157        void to_setting ( Setting &set ) const 
     158        {                        
     159                BMEF::to_setting( set ); 
     160                // TODO DOPLNIT ANALOGICKY KE STAVAJICIMU FROM_SETTING  
     161        }  
    156162}; 
    157  
    158163UIREGISTER ( ARX ); 
    159164SHAREDPTR ( ARX );