Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

CTBprintfMatrix.icc

Go to the documentation of this file.
00001 
00006 /*----------------------------------------------------------------------------*/
00007 /* C Tool Box: Designed and implemented by:                                   */
00008 /*    Walter F.J. Mueller   Gesellschaft fuer Schwerionenforschung (GSI)      */
00009 /*                          Planckstrasse 1, D-64291 Darmstadt, Germany       */
00010 /*                  Email:  W.F.J.Mueller@gsi.de                              */
00011 /*                  WWW:    http://www-kp3.gsi.de/www/kp3/people/mueller.html */
00012 /*------------------------------------------+---------------------------------*/
00013 
00015 
00029 template <class T>
00030 inline CTBprintfMD<T> CTBprintf(const CTBmatrix<T>& value,const char* c_format,
00031                                 int i_width, int i_precision, CTBint i_pcol,
00032                                 CTBint i_wind)
00033 {
00034   return CTBprintfMD<T>(value, c_format, i_width, i_precision, i_pcol, i_wind);
00035 }
00036 
00037 //------------------------------------------+-----------------------------------
00039 
00053 template <class T>
00054   inline CTBprintfVM<T> CTBprintf(const CTBvector<CTBmatrix<T> >& value,
00055                                   const char* c_format, int i_width,
00056                                   int i_precision, CTBint i_pcol, CTBint i_wind)
00057 {
00058   return CTBprintfVM<T>(value, c_format, i_width, i_precision, i_pcol, i_wind);
00059 }

Generated at Fri Oct 24 18:11:29 2003 for CTBbase by doxygen1.2.9-20010812 written by Dimitri van Heesch, © 1997-2001