Adjoint.h

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 }

Generated on Sat May 6 23:11:54 2006 for Exmat by  doxygen 1.4.6-NO