Home | History | Annotate | Download | only in test

Lines Matching refs:matrixR

118   internal::covar(lm.matrixR(), lm.permutation().indices()); // TODO : move this as a function of lm
129 cov = covfac*lm.matrixR().topLeftCorner<n,n>();
221 internal::covar(lm.matrixR(), lm.permutation().indices()); // TODO : move this as a function of lm
232 cov = covfac*lm.matrixR().topLeftCorner<n,n>();