Show
Ignore:
Timestamp:
04/09/10 09:31:37 (14 years ago)
Author:
mido
Message:

cleanup of MemDS and its descendants
bdmtoolbox/CMakeLists.txt slightly changed to avoid unnecessary MEX condition
"indeces" replaced by "indices"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/exp_family.h

    r889 r896  
    294294                } 
    295295                void marginal (const RV &rvm, estudent<sq_T> &marg) const { 
    296                         ivec ind = rvm.findself_ids(rv); // indeces of rvm in rv 
     296                        ivec ind = rvm.findself_ids(rv); // indices of rvm in rv 
    297297                        marg._mu() = mu(ind); 
    298298                        marg._H() = sq_T(H,ind);