Changeset 5bb462 in git for factory/templates/ftmpl_matrix.cc
- Timestamp:
- Jun 27, 2001, 3:20:40 PM (22 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- c7bbf368257aae665cbcd55c9a3d18af43aa3dc0
- Parents:
- a90854da2f5c3d551d0cd054fe770bef20b2f15e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/templates/ftmpl_matrix.cc
ra90854d r5bb462 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: ftmpl_matrix.cc,v 1. 9 1998-03-10 14:51:38 schmidtExp $ */2 /* $Id: ftmpl_matrix.cc,v 1.10 2001-06-27 13:20:39 Singular Exp $ */ 3 3 4 4 #include <factoryconf.h> … … 316 316 return M.elems[r_min-1][i-1]; 317 317 } 318 319 #ifndef NOSTREAMIO 320 template <class T> 321 ostream & operator<< ( ostream & s, const Matrix<T>& M ) 322 { 323 M.print( s ); 324 return s; 325 } 326 #endif /* NOSTREAMIO */
Note: See TracChangeset
for help on using the changeset viewer.