00001 /*! 00002 \file 00003 \brief Class declaration for the class KLComputations. 00004 00005 [This class has barely been started. It is part of Fokko's plan to 00006 define an ownership structure for the Kazhdan-Lusztig 00007 computations. DV 7/23/06.] 00008 */ 00009 /* 00010 This is klcomputations_fwd.h 00011 00012 Copyright (C) 2004,2005 Fokko du Cloux 00013 part of the Atlas of Reductive Lie Groups 00014 00015 See file main.cpp for full copyright notice 00016 */ 00017 00018 #ifndef KLCOMPUTATIONS_FWD_H /* guard against multiple inclusions */ 00019 #define KLCOMPUTATIONS_FWD_H 00020 00021 #include <cstddef> 00022 #include <vector> 00023 00024 namespace atlas { 00025 00026 /******** type declarations *************************************************/ 00027 00028 namespace klcomputations { 00029 00030 class KLComputations; 00031 00032 } 00033 00034 } 00035 00036 #endif
1.3.9.1