Ignore:
Timestamp:
Jun 27, 2001, 3:20:40 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c7bbf368257aae665cbcd55c9a3d18af43aa3dc0
Parents:
a90854da2f5c3d551d0cd054fe770bef20b2f15e
Message:
* hannes/GP: debug factorize, added vcontent


git-svn-id: file:///usr/local/Singular/svn/trunk@5513 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_matrix.cc

    ra90854d r5bb462  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_matrix.cc,v 1.9 1998-03-10 14:51:38 schmidt Exp $ */
     2/* $Id: ftmpl_matrix.cc,v 1.10 2001-06-27 13:20:39 Singular Exp $ */
    33
    44#include <factoryconf.h>
     
    316316    return M.elems[r_min-1][i-1];
    317317}
     318
     319#ifndef NOSTREAMIO
     320template <class T>
     321ostream & 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.