Changeset 3831 in Sophya for trunk/SophyaLib/TArray/tmatrix.h
- Timestamp:
- Aug 5, 2010, 2:16:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tmatrix.h
r2884 r3831 242 242 typedef TMatrix<r_8> Matrix; 243 243 244 //--------- extern template declarations (if needed) ----------- 245 #if defined ( NEED_EXT_DECL_TEMP ) && !defined( TMATRIX_CC_BFILE ) 246 extern template class TMatrix<uint_1>; 247 extern template class TMatrix<uint_2>; 248 extern template class TMatrix<uint_4>; 249 extern template class TMatrix<uint_8>; 250 extern template class TMatrix<int_1>; 251 extern template class TMatrix<int_2>; 252 extern template class TMatrix<int_4>; 253 extern template class TMatrix<int_8>; 254 extern template class TMatrix<r_4>; 255 extern template class TMatrix<r_8>; 256 extern template class TMatrix< complex<r_4> >; 257 extern template class TMatrix< complex<r_8> >; 258 #ifdef SO_LDBLE128 259 extern template class TMatrix<r_16>; 260 extern template class TMatrix< complex<r_16> >; 261 #endif 262 #endif // Fin de if defined ( NEED_EXT_DECL_TEMP ) 263 264 244 265 } // Fin du namespace 245 266
Note:
See TracChangeset
for help on using the changeset viewer.