00001 00004 template<class Rep, class ErrChk> EXMAT_INLINE2 static 00005 const Mat<ExpMat<ConstTransView<ConstCofactorsView<typename Rep::rep_type> > >, ErrChk> 00006 adjoint(const Mat<Rep, ErrChk>& mat) { 00007 return Mat<ExpMat<ConstTransView<ConstCofactorsView<TTYPENAME Rep::rep_type> > >, ErrChk>( 00008 ExpMat<ConstTransView<ConstCofactorsView<TTYPENAME Rep::rep_type> > >(mat) 00009 ); 00010 }