- Timestamp:
- 02/21/11 12:37:06 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/bdm/stat/exp_family.cpp
r1192 r1283 160 160 vec egiw::est_theta() const { 161 161 if ( dimx == 1 ) { 162 if ( dimc<1) return empty_vec;162 if (nPsi<1) return empty_vec; 163 163 164 164 const mat &L = V._L();