atlas  0.6
realweyl_io.h
Go to the documentation of this file.
1 /*
2  This is realweyl_io.h
3 
4  Copyright (C) 2004,2005 Fokko du Cloux
5  part of the Atlas of Lie Groups and Representations
6 
7  For license information see the LICENSE file
8 */
9 
10 #ifndef REALWEYL_IO_H /* guard against multiple inclusions */
11 #define REALWEYL_IO_H
12 
13 
14 #include <iosfwd>
15 #include "../Atlas.h"
16 
17 
18 /******** function declarations *********************************************/
19 
20 namespace atlas {
21 
22 namespace realweyl_io {
23 
24  std::ostream& printBlockStabilizer(std::ostream&, const realweyl::RealWeyl&,
25  const realweyl::RealWeylGenerators&);
26 
27  std::ostream& printDualRealWeyl(std::ostream&, const realweyl::RealWeyl&,
28  const realweyl::RealWeylGenerators&);
29 
30  std::ostream& printRealWeyl(std::ostream&, const realweyl::RealWeyl&,
31  const realweyl::RealWeylGenerators&);
32 
33 }
34 
35 }
36 
37 #endif
std::ostream & printDualRealWeyl(std::ostream &strm, const realweyl::RealWeyl &rw, const realweyl::RealWeylGenerators &rwg)
Definition: realweyl_io.cpp:190
std::ostream & printBlockStabilizer(std::ostream &strm, const realweyl::RealWeyl &rw, const realweyl::RealWeylGenerators &rwg)
Definition: realweyl_io.cpp:164
Definition: Atlas.h:38
std::ostream & printRealWeyl(std::ostream &strm, const realweyl::RealWeyl &rw, const realweyl::RealWeylGenerators &rwg)
Definition: realweyl_io.cpp:178